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
If there are no filters, query and filterQuery is blank array. We are passing filter as postData with filter id or query. JS array has a function filter in array object which is sent to the _runDatatableAjax, causing the datatable to crash.
If there are no filters, query and filterQuery is blank array. We are passing filter as postData with filter id or query. JS array has a function filter in array object which is sent to the _runDatatableAjax, causing the datatable to crash.