Skip to content

Commit bf3023d

Browse files
authored
exporting-data-striped
1 parent 4f4d2d7 commit bf3023d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/table-features/exporting-data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ This feature is only available for XLS files.
140140

141141
You can add stripped row style to your outputted file style using the `striped()` and passing the `$color` with a color hex code.
142142

143+
If used without passing a color, `d0d3d8` is used by default.
144+
143145
Example:
144146

145147
```php
@@ -157,7 +159,7 @@ class DishTable extends PowerGridComponent
157159
public function setUp(): array
158160
{
159161
PowerGrid::exportable(fileName: 'my-export-file') // [!code ++:2]
160-
->stripe('A6ACCD'),
162+
->striped('A6ACCD'),
161163
}
162164
}
163165
```

0 commit comments

Comments
 (0)