are there any way to add new column to the table with JQuery plugin DataTables?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well it depends on what you need it for… if you just want to have columns hidden, then reveal them at a later time, then you’d do this to toggle the column (from the docs)
The plugin doesn’t have an interface (as far as I’m aware) for adding columns, but ordinary jQuery seems to do the trick: