Skip to content

Commit

Permalink
feat(components): generate updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Dec 26, 2023
1 parent 1233a3d commit 62e1526
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
|**`hasHideableColumns`** | _boolean_ | | | Can you hide columns|
|**`height`** | _number_ | ✴️ | | Height of the datagrid, in pixel|
|**`hideableColumns`** | string[] | | | List of the hide columnsThe key need to be according to the column field|
|**`isSelectable`** | _boolean_ | | | The rows can be selectable|
|**`noResultLabel`** | _string_ | | | Text when the datagrid was no rows|
|**`isSelectable`** | _boolean_ | | | The rows can be selected|
|**`noResultLabel`** | _string_ | | | Text when the datagrid has no rows|
|**`rowHeight`** | _number_ | | | Height for each row, in pixel|
|**`rows`** | `string` \| `OdsDatagridRow[]` | ✴️ | | The list of the rowsThe key needs to be according to the column field|

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@
|Name | Type | Required | Default | Description|
|---|---|:---:|---|---|
|**`odsPaginationChanged`** | `EventEmitter<OdsPaginationChangedEventDetail>` | ✴️ | | Emitted when the value has changed|
|**`odsPaginationItemPerPageChanged`** | `EventEmitter<OdsPaginationItemPerPageChangedEventDetail>` | ✴️ | | Emitted when the number of items per page value has changed|

### OdsPaginationItemPerPageChangedEventDetail
|Name | Type | Required | Default | Description|
|---|---|:---:|---|---|
|**`current`** | _number_ | ✴️ | | |
|**`currentPage`** | _number_ | ✴️ | | |
|**`totalPages`** | _number_ | ✴️ | | |

### OdsPaginationMethod
|Name | Type | Required | Default | Description|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|Name | Type | Required | Default | Description|
|---|---|:---:|---|---|
|**`inline`** | _boolean_ | | | inline or not: see component principles|
|**`randomized`** | _boolean_ | | | wether or not skeleton size is randomized|
|**`randomized`** | _boolean_ | | | whether or not skeleton size is randomized|
|**`size`** | `ODS_SKELETON_SIZE` | | | skeleton size|

## Types
Expand Down

0 comments on commit 62e1526

Please sign in to comment.