Skip to main content

Posts

Showing posts from May, 2012

Adding extra columns in jQuery Datatable

JQuery Datatables is an awesome and easy to use plugin for displaying data in a table from almost any source. It is very flexible and easy to use. I however came across a little problem of adding extra columns in a dynamic table. I googled and still could not find a very suitable or easy to implement solution so I had to improvise with the technique below.