Skip to content

Commit

Permalink
add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Dec 6, 2024
1 parent e4df49f commit b8c5361
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/dataviews/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,10 @@ const fields = [
- `type`: either `regular` or `panel`.
- `fields`: a list of fields ids that should be rendered.
#### `isLoading`: `boolean`
Whether the data is loading. `false` by default.
#### `onChange`: `function`

Callback function that receives an object with the edits done by the user.
Expand Down Expand Up @@ -520,7 +524,7 @@ The unique identifier of the action.
- Required
- Example: `move-to-trash`
### `label`
### `label`
The user facing description of the action.
Expand Down

0 comments on commit b8c5361

Please sign in to comment.