List Grids
Last updated
Was this helpful?
Was this helpful?
[
{
"gridId": "installer_documents_grid",
"title": "Installer Activity Reports",
"description": "Documents submitted by installers",
"filterSchema": [
{
"filterId": "date_filter",
"title": "Date",
"type": "datepicker",
"field": "document.credentialSubject.0.reportingPeriod",
"operators": ["eq"]
}
],
"columnSchema": [
{
"name": "status",
"title": "Status",
"type": "text",
"bindActions": ["approve_action", "reject_action"]
}
]
}
]