From b8c53616f70ae600b56c35f9097e26ba2dd1d66a Mon Sep 17 00:00:00 2001 From: Luigi Teschio Date: Fri, 6 Dec 2024 15:49:21 +0100 Subject: [PATCH] add documentation --- packages/dataviews/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/dataviews/README.md b/packages/dataviews/README.md index 651d87268c28e..e4e6b88c151f2 100644 --- a/packages/dataviews/README.md +++ b/packages/dataviews/README.md @@ -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. @@ -520,7 +524,7 @@ The unique identifier of the action. - Required - Example: `move-to-trash` -### `label` +### `label` The user facing description of the action.