Columns rearrangement issue

Hello Cuba Team,

When I am trying to rearrange the columns position then this is not updating in the screen even after restarting the server.
To resolve that issue as of now i am following the below steps.

  1. Remove that columns.
  2. Opening that screen in the application
  3. Again adding those columns. In this way it is working fine.

After deploying the war also, all the users are using the same instance. But for few users it is showing correctly, but other users it is not refreshing.

Please find the pics for reference. For country and crop. Changed their position to starting. But in the pic after deployment you can see still they are located at the last.

image

columns-arrangement

Could you check once, because I am able to reproduce the issue.

Thanks,
Sushma

Hi,

According to your description, It seems that the issue is caused by user settings mechanism. The Table component stores its settings, such as columns order, in the database, so that there is no need for the user to manually do the same changes each time he opens the screen.

To prevent user settings mechanism add the settingsEnabled="false" attribute to the table.