We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
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.