Skip to content

Commit 1dc2d77

Browse files
committed
refine doc
1 parent 2302cf0 commit 1dc2d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/src/docs/en/ve-table/cell-custom/body-cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::anchor Body custom cell
1+
:::anchor Body cell custom
22

33
:::demo 1、In the`column` configuration, the rendering function can be passed in through the attribute `renderBodyCell({row,column,rowIndex},h)`<br>2、The render function takes 3 parameters,`row`:Current row data、`column`:Current column configuration、`rowIndex`:Row index
44

examples/src/docs/en/ve-table/cell-custom/header-cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::anchor Header custom cell
1+
:::anchor Header cell custom
22

33
:::demo 1、In the`column` configuration, the rendering function can be passed in through the attribute `renderHeaderCell`<br>2、The render function takes 1 parameter,`column`:Current column configuration
44

0 commit comments

Comments
 (0)