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
Ajax is an option that you set to tell `dataTable` where to fetch it's data.
4
+
But unlike the regular ajax method, `minifiedAjax` minifies the url generated by dataTables by removing any unnecessary query parameters thus shortening the url
5
+
from approx 1500 url length down to 500.
6
+
Shortening the URL will help us prevent any browser and development issues concerning the URL length existing the max allowed value.
0 commit comments