Skip to content

Commit

Permalink
docs: add a note about crud size only updating with items (#7343)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Apr 17, 2024
1 parent fdd4ae4 commit 7b23009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/crud/src/vaadin-crud.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ class Crud extends ControllerMixin(ElementMixin(ThemableMixin(PolymerElement)))
/**
* Number of items in the data set which is reported by the grid.
* Typically it reflects the number of filtered items displayed in the grid.
*
* Note: As with `<vaadin-grid>`, this property updates automatically only
* if `items` is used for data.
*/
size: {
type: Number,
Expand Down

0 comments on commit 7b23009

Please sign in to comment.