Skip to content

Commit

Permalink
docs(upgrade-guide): update info on filter function
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe committed Mar 11, 2024
1 parent 3ea9bda commit c7ef9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/docs/src/pages/en/getting-started/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ app.use(vuetify)
- `data-table-select` and `data-table-expand` must be defined as `key` instead of `value`.
- `class` has been replaced with `headerProps`.
- `cellClass` has been replaced with `cellProps` and now accepts either a function or an object.
- `filter` function requires `search` to be used in order for it to be triggered.
- Tables requires `search` prop to trigger filtering. `items` array can be pre-filter with a computed.
- Server side tables using `server-items-length` must be replaced with `<v-data-table-server items-length />`.
- Argument order for `@click:*` events is now consistently `(event, data)`.
- `onRowClick (item, data, event)` should be changed to `onRowClick (event, { item })`.
Expand Down

0 comments on commit c7ef9c7

Please sign in to comment.