Once again we apologize for the late response we have been experiencing an unusually large amount of tickets, and we are doing our best to help everyone as soon as possible.
Since this is a duplicate ticket I will close it and we can continue the thread on the previously replied ticket.
Do you have an example of how I can programmatically display columns. For example, I have the following columns:
ID, AGE, CAR, CITY
I want some users who sign in to get different orders:
(SET 1) CITY, AGE, CAR, ID
(SET 2) AGE, CAR, ID, CITY
(SET 3) CAR, ID, CITY, AGE
I tried setting $columnsMetadata[0]->pos = 2; $columnsMetadata[0]->pos = 0; $columnsMetadata[0]->pos = 1; $columnsMetadata[0]->pos = 3;
and returning $columnsMetadata to no avail. I have to save the order in the backend before it shows up in the correct order.
I also tried going the JS API route, but colReorder is not enabled.
Any suggestions?
Hi jtillz
Once again we apologize for the late response we have been experiencing an unusually large amount of tickets, and we are doing our best to help everyone as soon as possible.
Since this is a duplicate ticket I will close it and we can continue the thread on the previously replied ticket.
Thank you for understanding.