How to bind by jquery object that have dynamic column
My column is not fixed.
It may have 6 column some time more than 6 or less then 6 also.
and I don't want header for my table.
Initially I met this example http://datatables.net/examples/data_sources/js_array.html but there is fixed 4 column but I have array object that has not fixed no of column.
I think you're going to have to create the aoColumns array dynamically based on your aaData. Hiding the header is another matter. I'm not sure about that.
Replies
I got my answer here: http://datatables.net/forums/discussion/11637/aocolumndefs-with-dynamic-column-data/p1