I am trying to display 3 tables on a single HMTL page and each should be sorted. But when I sort a column in a table, it also sort all other tables ...
Following the documentation :
> I have used the "htmlId" attribute of the <table> tag to give each table a different ID : but no result
> or the "uid" attribute : in this case, the jsp execution crashes (null)
I don't know what to do now ... It would be great if anybody has an idea !