Is it possible to change columns on the fly?
Is it possible to change columns on the fly?
minohimself
Posts: 3Questions: 2Answers: 0
Is it possible to change columns on the fly, i have a view that im retrieving im extracting columns form these views and i've got select to list the different views but im strugling to change the colums(rerender the whole table)
Thanks
i know about a workaround where i merge all columns from all my views and the show/hide them dynamicly to fit my data.
Or destroy the existing instance of DataTable and make a new one.
Thanks for answer
This discussion has been closed.