We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1013737 commit db6d091Copy full SHA for db6d091
examples/src/docs/en/ve-table/pagination/basic.md
@@ -40,7 +40,7 @@
40
{
41
field: "",
42
key: "a",
43
- title: "Number",
+ title: "#",
44
align: "center",
45
renderBodyCell: ({ row, column, rowIndex }, h) => {
46
return (this.pageIndex - 1) * this.pageSize + rowIndex + 1;
examples/src/docs/zh/ve-table/pagination/basic.md
0 commit comments