Iam using Asp mvc. I have this table,which is a dataTables,
in my page, columns of the table sometimes appear or not, depending on the users authotrization. e.g i have this table with checkbox(it appears dynamically and is on the left-most column), that i want to be not sortable. i also wanted to sort the first column in the left on default. So whether, checkbox appears or not, i want the first non-check box column to be sortable. Is this possible?.