user want to change the column size of component during runtime.how to change it ?
Hi @Aniket Shelar
Have you tried checking out the demo that comes with the component?
You can click "Try Now" to test the demo, or you can click Download Demo to download the demo and install it. Don't forget to install the "Demo Theme".
But anyway, you can use an "input_text" to insert the size of the column you want to change, and use the onchange event to change the size of the input, and if you need to keep these values, you will have to save them in a database to keep these values saved.
Regards.