Hi, All of your samples show the tables loading at the time the page starts up. Do you have any samples of a table being loaded by a button click? Maybe the button calls a service and brings in the jSON to display in the table. But I can’t see how to late-bind things.
I found your ‘updateBoundData’ function, but even the sample doesn’t seem to work.
I was thinking it would just be adding this code – but it doesn’t work.
var dataAdapter = new $.jqx.dataAdapter(source, { autoBind: true });
$("#dataTable").jqxDataTable.source = dataAdapter;
$("#dataTable").jqxDataTable('updateBoundData');
Thanks
Brent Hoskisson