Adatasort Error Of Undefined Or Null Reference For Diffrent Columnlist
I have integrated datatable for the result set for the fixed columnlist and it's working fine. The issue am facing currently is, based on the selection of the dropdownlist, I want
Solution 1:
I have just added bellow code before DataTable
data binding in ajax success function..
Code:
var table = $('#insideGrid').DataTable();
table.destroy();
Post a Comment for "Adatasort Error Of Undefined Or Null Reference For Diffrent Columnlist"