Page 1 of 1
Grid Column Order - Change Dynamically
Posted: Mon Sep 24, 2018 12:02 pm
by pjshuey
Is there a way to dynamically change the order of the columns in a grid when a screen is loaded? I am thinking there should be some way to do it with javascript in the onload property but haven't found it.
Re: Grid Column Order - Change Dynamically
Posted: Tue Sep 25, 2018 9:38 am
by Scott Klement
I can't think of any way to do this in the onload event.
If you have "movable columns" turned on, the user can drag/drop the columns to rearrange them. The "persist state" option could be used to tell Profound UI to remember this new sequence the next time the display is used on the same instance of the web browser.
However, i don't know of a way to change the columns in a JavaScript event.