You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/components/table.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,15 @@ Use `formatter` property while defining column to format the column text.
37
37
38
38
::::
39
39
40
-
<!-- 👉 Column Slot-->
41
-
::::card Column Slot
40
+
<!-- 👉 Slots-->
41
+
::::card Slots
42
42
43
-
`ATable`generates scoped slot based on your column name. If your column name is `website` then you can use `col-website` scoped slot to render custom content in your column.
43
+
`ATable`provides scoped slot for rendering customer header for your column instead of just text via `header-<colName>`slot.
It also generates scoped slot based on your column name for rendering custom column. If your column name is `website` then you can use `col-website` scoped slot to render custom content in your column.
0 commit comments