Skip to content

Commit

Permalink
chore(nit): nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Maharshi Alpesh authored and Maharshi Alpesh committed Sep 10, 2024
1 parent f0ab5be commit 87335e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/components/table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ You can customize the `Table` component by passing custom Tailwind CSS classes t
| disableAnimation | `boolean` | Whether to disable the table and checkbox animations. | `false` |
| checkboxesProps | [CheckboxProps](/docs/components/checkbox/#checkbox-props) | Props to be passed to the checkboxes. | - |
| classNames | `Record<"base" | "table" | "thead" | "tbody" | "tfoot" | "emptyWrapper" | "loadingWrapper" | "wrapper" | "tr" | "th" | "td" | "sortIcon", string>` | Allows to set custom class names for the dropdown item slots. | - |
| isKeyboardNavigationDisabled | `boolean` | Whether to disable keyboard navigations on the table | `false` |
| isKeyboardNavigationDisabled | `boolean` | Whether to disable keyboard navigations or not. | `false` |
### Table Events

| Attribute | Type | Description |
Expand Down

0 comments on commit 87335e4

Please sign in to comment.