jxtable

JXTable - Highlighter after filtering table

Info - for better formatting, I used code-formatting throughout the whole posting. Hi, I have a highlighted JXTable. Rows are highlighted, depending on the value of a specific column (c2). Everytime the value of column c2 changes, the color is switched from white to grey or from grey to white. Example c0 c1 c2 c3 1...

Merging cells in a JXTreeTable

Hi, I want to merge two cells in a JXTreeTable. Is this possible? I have read the solution for Merging cells in JTable, but this does not work for JXTreeTables. What I mean with merging cells: I want to create a structure like this: node 1    | title for 3 cells | title for 3 cells |   subnode |  c1  | c2  |  c3  |  c1  | c2 ...

JXTreeTable and JComboBox cell editor...

Jow can I use JComboBox as cell editor in JXTreeTable ? Can you give me a working example please? ...

JXTable listen to sort and sort a similar table the same way

I have a number of JXTables which all have the same columns (but different data). You can sort the data by clicking on one the header of one of the columns. What I want now, is that the other tables are sorted the same way when clicking on the header of one of the table. ...

Freeze columns in JXTable

I'd like to be able to freeze columns in JXTable just like in Excel spreadsheet and came across this project: xframe-swing's JXTable. Just wondering if there is a tutorial for this project. Note that this is not the same as JXTable in swingx project. Or perhaps there is another way? ...