Re: Working with ETable (TableView) and Quickfilter

2021-07-03 Thread Tim Mullé
Hi Eric, Yes, our current application remembers whatever filter was applied to the main table and when the application restarts and the table is populated, the filter is automatically applied. So, we store this filter to a file on disk and we read that back on startup. I don’t see a way using

Re: Working with ETable (TableView) and Quickfilter

2021-07-03 Thread Eric Bresie
And/or setModel help?by persist do you mean save to to a file, to db, or apply to the tabl? Does the setQuickFilter options ( http://bits.netbeans.org/dev/javadoc/org-netbeans-swing-outline/org/netbeans/swing/etable/ETable.html#setQuickFilter-int-java.lang.Object-) Eric Bresie