Browse Source

fix: Table render type definition bug (#1209)

Assone 3 years ago
parent
commit
d25b5ccfaa
3 changed files with 465 additions and 349 deletions
  1. 231 173
      content/show/table/index-en-US.md
  2. 232 176
      content/show/table/index.md
  3. 2 0
      packages/semi-ui/table/interface.ts

File diff suppressed because it is too large
+ 231 - 173
content/show/table/index-en-US.md


File diff suppressed because it is too large
+ 232 - 176
content/show/table/index.md


+ 2 - 0
packages/semi-ui/table/interface.ts

@@ -150,6 +150,8 @@ export interface FilterDropdownItem {
 }
 export interface RenderOptions {
     expandIcon?: React.ReactNode;
+    selection?: React.ReactNode;
+    indentText?: React.ReactNode
 }
 export interface OnCellReturnObject extends React.TdHTMLAttributes<HTMLElement> {
     [x: string]: any;

Some files were not shown because too many files changed in this diff