filters
allows to create global filters on the table
tags
{
"filters": {
"tags": [
[
"NEW",
"WATCH",
"CLOSED"
],
[
"SUSPECTED",
"REJECTED",
"CONFIRMED"
],
[
"FB_READY",
"FB_NOT_READY"
]
]
},
"cols": [
...
]
}
Last updated