I’m making a program that gets data from a database in MySQL and puts it into a SWT Table and the way I was sorting the table was deleting all the TableItem’s and loading all the sorted data again from the database but when there are a lot of rows in the database it takes a lot loading the data
I tried some codes that I found to sort a Table but they didn’t work, I don’t know if I was doing right or not but didn’t work
Is there any easy way to sort a SWT Table?
Here you have an appropriate code example for sorting swt columns: