Multiple Flexible Table on one page

Multiple Flexible Table on one page

by Baptiste Lhoste -
Number of replies: 2

Hi everybody,

I have an issue with the sorting function with multiple flexible table on one page.

For example :

I have 3 table A, B and C.

A is ordered on the first column, B on the second and C on the third.

If I click on the fourth column header of table B to change the sort of this table, all tables seem to be sorted on the fourth column.

I checked and the default sorted column is correctly defined for all tables.

If someone has an idea to fix this, please let me know.

Best regards,

Baptiste


Average of ratings: -
In reply to Baptiste Lhoste

Re: Multiple Flexible Table on one page

by Baptiste Lhoste -

Hi everybody,

I found a solution to my problem.

The 3 tables A, B and C had the same columns Col1, Col2, Col3 and Col4.

I tried to give specific name for each column of each table :

for table A => A_Col1, A_Col2, A_Col3 and A_Col4

for table B => B_Col1, B_Col2, B_Col3 and B_Col4

for table C => C_Col1, C_Col2, C_Col3 and C_Col4

With this solution, my issue is fixed.

Maybe it could help someone else.

Best regards,

Baptiste