Skip to content

Commit

Permalink
Add minor Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber committed Jul 23, 2024
1 parent fbbb0e0 commit a3b1272
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/03_Grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ A column configuration represents how the column should behave, for example if i

## ColumnData
A column data is the actual data for a column. It has a reference to the column and the actual data.


## Filter
A filter is a way to filter the data in the grid. One Property of getting the grid data is the `filter` property.
Here you can define `page`, `pageSize` and `includeDescendants`.

`page` is the page number of the data you want to get.
`pageSize` is the number of items you want to get. `
includeDescendants` is a boolean value to include the descendants of the current item.

0 comments on commit a3b1272

Please sign in to comment.