Hi I am wondering once the table is rendered is it possible to add another column header? or remove a column header and add cell for this header for each row?
No I'm afraid not. Currently there is no method in DataTables to dynamically add and remove columns. It is perfectly possible to do, it just needs the API code to do it written...!
Hmm. I guess this then I going to have to do some hacky solution or something. I think I can get all the cells of that column then just remove them through the dom. What should I use to re-render the table again? So I do a destroy then recreate again or some sort of draw?
Replies
Allan
Allan