maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
203 stars 140 forks source link

Is there a class to do a datatable search? #311

Open DktPhl2019 opened 5 days ago

DktPhl2019 commented 5 days ago

Hello

I need to do a table search.

For example, my table has multiple columns.

I need to find rows with a salary greater than 30000 and less than 50000.

Is there a way to do this using datatable2?

Thank you