Pageablesortabletable Bug

Hello,
I have a PageableSortableTable with:
- width = 100%
- scrollable = true
- resizeable = true
- resizeGrowsTable = false

The table has a PageableTableNavigation. When I navigate between the pages the table width grows. If I set resizeable = false, the table width does not change.

Florin

bbakerman's picture

Ahh I think its the column width updating code. Basically the TableEx back updates the columns widths to pixels even if they are not set.

With a 100% table you probably dont want this to be done.

I'm having the same problem

I'm having the same problem but I don't understand your answer: is a fix or workaround available?

Thank you.