fix: fix column link

This commit is contained in:
Justineo
2021-12-27 20:01:42 +08:00
parent b22b1cf9e0
commit d54e75e946
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ Whether current column is sortable.
A function that defines how cells should span across rows/columns. The type is `function(index: number): { row: number, col: number }`, where `index` being the index of current row inside the [`data`](./table#props-data) prop of the parent `Table`. The `row` / `col` of the return value correspond to table cell's `rowspan` / `colspan` attribut, with a default value of `1`.
:::tip
You can learn more abut how to use this in `Table` component's [Demos Advanced](./table#advanced).
You can learn more abut how to use this in `Table` component's [Demos Selection and sorting](./table#selection-and-sorting).
:::
^^^