I am newbie to jquery and javascript. Currently Iam using jquery datatables and have a requirement to add a checkbox column to my datatable dynamically. I was browsing and found this link useful. However, the solution given in this thread below adds the additional column at the end. But I need the checkbox column as my first column. Please refer to the link below which contains a hack at the end which I am using currently to add a "" ao every row in the array.
Please suggest me a better solution to solve my problem. I do not want the server to send the extra column in the response.