Skip to content

Commit 455934a

Browse files
committed
fix(api/QTable): enhance description for card-class / card-style props quasarframework#7708
1 parent 4c52e5c commit 455934a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/components/table/QTable.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471

472472
"card-style": {
473473
"type": [ "String", "Array", "Object" ],
474-
"desc": "CSS style to apply to the card (when in grid mode)",
474+
"desc": "CSS style to apply to the card (when in grid mode) or container card (when not in grid mode)",
475475
"examples": [
476476
"background-color: #ff0000",
477477
":card-style=\"{ backgroundColor: '#ff0000' }\""
@@ -481,7 +481,7 @@
481481

482482
"card-class": {
483483
"type": [ "String", "Array", "Object" ],
484-
"desc": "CSS classes to apply to the card (when in grid mode)",
484+
"desc": "CSS classes to apply to the card (when in grid mode) or container card (when not in grid mode)",
485485
"examples": [
486486
"my-special-class",
487487
":card-class=\"{ 'my-special-class': [Boolean condition] }\""

0 commit comments

Comments
 (0)