I have been using the PaginatedDataTable widget in flutter and am looking to add a search bar to filter down the rows based on the input
However there is no clear way to do this; most tutorials only show sorting the columns.
When I modify the RowData object that's passed into the source input of the table nothing happens.
Does anyone have any tips on what I'm missing?
Many thanks in advance.