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: src/components/table/package.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@
197
197
},
198
198
{
199
199
"name": "table-colgroup",
200
-
"description": "Slot to place custom colgroup and col elements"
200
+
"description": "Slot to place custom colgroup and col elements (optionally scoped: columns - number of columns, fields - array of field definition objects)"
201
201
},
202
202
{
203
203
"name": "table-busy",
@@ -221,23 +221,23 @@
221
221
},
222
222
{
223
223
"name": "empty",
224
-
"description": "Content to display when no items are present in the `items` array"
224
+
"description": "Content to display when no items are present in the `items` array (optionally scoped: see docs for details)"
225
225
},
226
226
{
227
227
"name": "emptyfiltered",
228
-
"description": "Content to display when no items are present in the filtered `items` array"
228
+
"description": "Content to display when no items are present in the filtered `items` array (optionally scoped: see docs for details)"
229
229
},
230
230
{
231
231
"name": "thead-top",
232
-
"description": "Slot above the column headers in the `thead` element for user-supplied rows (ex: in the case of extra header labels / group labels). Scoped data: columns - number of TDs to provide, fields - fields object"
232
+
"description": "Slot above the column headers in the `thead` element for user-supplied rows (optionally scoped: columns - number of TDs to provide, fields - array of field definition objects)"
233
233
},
234
234
{
235
235
"name": "top-row",
236
-
"description": "Fixed top row slot for user supplied TD cells. Scoped data: columns - number of TDs to provide, fields - fields object"
236
+
"description": "Fixed top row slot for user supplied TD cells (Optionally scoped: columns - number of TDs to provide, fields - array of field definition objects)"
237
237
},
238
238
{
239
239
"name": "bottom-row",
240
-
"description": "Fixed bottom row slot for user supplied TD cells. Scoped data: columns - number of TDs to provide, fields - fields object"
240
+
"description": "Fixed bottom row slot for user supplied TD cells (Optionally Scoped: columns - number of TDs to provide, fields - array of field definition objects)"
0 commit comments