Numeric Range Filtering in Tabulator?

I’ve been pouring over the Tabulator documentation this evening trying to figure out how to do live range filtering of a numeric column. I have an integer column in my data table that I’d like to subset down to rows where in the integer value falls within a specified range.

This section in the Panel Tabulator documentation seems to imply that it’s possible to specify range filters simply through tuples programmatically.

I’m assuming, possibly naively, that it should be possible to specify that tuple in a header filter but I’ve not found a way yet to accomplish this. Has anyone else implemented this type of live filtering with Tabulator?

1 Like