Data tables and filtering

When I filter a table by a searchable field (set by the options to place searchable filters in the datatable itself), the table does as expected and drops from 100 records to say, 10. When I click the box to “select all” using the checkbox (from the demo), ALL of the records of the datatable are then “selected”, as opposed to JUST the 10. is there a way to control this in BF?

The check all function probably just changes the source data,
Checking the found set is a bit more complicated.

Basically for that you need to get the found set, ( there is an example of how you have to message the table to get the filtered records ) then replace those records.

HTH

it that the modelFilterKeys function?

No, see example noted above