docs: improve docs and update api
This commit is contained in:
@@ -12,7 +12,7 @@ Available density variants for the [`ui`](#props-ui) prop: `compact` / `loose`.
|
||||
|
||||
[[ demo src="/demo/table/basic.vue" ]]
|
||||
|
||||
### Advanced
|
||||
### Selection and sorting
|
||||
|
||||
Supports specifying row keys, mode of selection, and sorting by values of specific column.
|
||||
|
||||
@@ -48,6 +48,12 @@ Use the [`desc`](./column#props-desc) prop or the [`desc`](./column#slots-desc)
|
||||
|
||||
[[ demo src="/demo/table/desc.vue" ]]
|
||||
|
||||
### Truncation tooltips
|
||||
|
||||
Use the [`tooltip`](./column#props-tooltip) attribute of the `Column` component to specify that a hover tooltip is displayed when the content is truncated.
|
||||
|
||||
[[ demo src="/demo/table/tooltip.vue" ]]]
|
||||
|
||||
## API
|
||||
|
||||
### Props
|
||||
|
||||
Reference in New Issue
Block a user