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: README.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
@@ -238,7 +238,7 @@ Then create in `gridOptions.customFilters` variable named as `ng-model` with fil
238
238
### URL Synchronization
239
239
You can disable/enable URL synchronization for the whole grid or on a level of particular filter.
240
240
241
-
Global parameter `gridOptions.urlSync` (boolean) works for the whole grid.
241
+
Global parameter `gridOptions.urlSync` (boolean, default is 'false') works for the whole grid.
242
242
243
243
Each filter has optional parameter `disable-url` (boolean, default is 'false'). If you set it to **true**, URL-synchronization for this particular filter will be disabled.
0 commit comments