You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$.fn.dataTable.defaults is supposed to allow you to set default parameters for datatable object when options are not declared. but this library is defining most of those properties which is why I found that it will not work this way to leave them undefined. It became easier to just define the properties on my TableModel Object. another noteworthy item is the properties need to be defined in PHP object notation not JSON
In vs 3.0 they seemed to work fine
but after updating I am unable to get this to work right
The text was updated successfully, but these errors were encountered: