ebranlard / pyDatView

A crossplatform GUI to plot tabulated data from files (e.g. CSV, Excel, OpenFAST, HAWC2, Flex...), or python pandas dataframes
MIT License
108 stars 41 forks source link

Include filter for tables (similar to channel filter) #93

Open ebranlard opened 3 years ago

ebranlard commented 3 years ago

Include a search for tables as it is possible for sensors. This helps when a lot of tables are loaded.

ebranlard commented 11 months ago

Should be best implemented by creating a subclass of wx.ListBox and overload the methods to return the indices of the filtered and infiltered list.