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
Copy file name to clipboardExpand all lines: html-builder-minified-ajax.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Ajax is an option that you set to tell `dataTable` where to fetch it's data.
4
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
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.
6
+
Shortening the URL will help us prevent any browser and development issues concerning the URL length exceeding the max allowed value.
0 commit comments