Hi Team ,
How to disable reorderingAllowed
attribute on specific column , if it is enabled on table , but we want to freez some specific columns on the table
Hi Team ,
How to disable reorderingAllowed
attribute on specific column , if it is enabled on table , but we want to freez some specific columns on the table
Hello,
Unfortunately, the Table cannot freeze a specific column. Probably, DataGrid has a similar feature. See:
DataGrid#setFrozenColumnCount(int)
Columns from left will have a fixed position and will not be horizontally scrolled with other columns.
Hi Roman ,
Unfortunately , we are depending on Tables as it is easier than DataGrid for customizing its css
Hopefully what we can see such functionality on upcoming releases
Thanks