Source of demo: idfilter/run.astr.
In this example we create the TableModel by an array of ColumnDefs
and an array of business objects (rows
):
We set the externalFilterFunction
in the table options:
After a range selector change event, we trigger tableApi.externalFilterChanged()
.