I want to make a jtable in Java Swing and put on first row search/filter options like here.
It does not have to be specific like that, but what i want is that those text fields/combo boxes etc to fit table's columns width (even when using resize).
The data comes in jtable from a sql database so if this will mess the ids then it's ok to have it above the table, the only constraint is that those fields to match column width of the table.
Thank you.