Enable Column Sorting in a jtable - java

Easiest way to enable sorting in a jtable in desktop java is write line of code

jTableObject.setAutoCreateRowSorter(true);

No comments:

Post a Comment