Skip to content

Commit 16f87e1

Browse files
Update README.md
1 parent 60dda0e commit 16f87e1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,16 @@ Then create in `gridOptions.customFilters` variable named as `ng-model` with fil
235235

236236
```
237237
238-
### Url Synchronization
239-
You can disable/enable URL-synchronization for whole grid. Just set `gridOptions.urlSync` to **false**/**true**
240-
All filters have optional parameter `disable-url`. If you set it to **true**, URL-synchronization for this filter will be disabled.
238+
### URL Synchronization
239+
You can disable/enable URL synchronization for the whole grid or on a level of particular filter.
241240
241+
Global parameter `gridOptions.urlSync` (boolean) works for the whole grid.
242242
243-
### Others
243+
Each filter has optional parameter `disable-url` (boolean). If you set it to **true**, URL-synchronization for this particular filter will be disabled.
244+
245+
246+
### Multiple grids on page
244247
If you need to use 2 or more grids on page, please add `id` to grids, and then use `grid-id` attribute on filters to specify their corresponding grid. [Example](http://angular-data-grid.github.io/demo/bootstrap/multiple.html)
245248
246249
### Next / Future
247-
- Port data grid to Angular2?
250+
- Port to Angular2?

0 commit comments

Comments
 (0)