javascript - Performance issues when hiding columns in jQuery DataTables -
i'm using datatable.column(index).visible(false) method hide columns in application. few hundred rows takes 5 seconds hiding couple of columns. know if possible speed up?
maybe try setting http://datatables.net/reference/option/autowidth false?
Comments
Post a Comment