How to get columns names of jquery:datatable where the columns are created dynamically?
I have a jquery:datatable in my code where its columns are created dynamically in the C# based on some table records in SQL. In this datatable, I use a custom button called "Save". I need to get the column names…