Skip to content

Commit 9b03b59

Browse files
committed
[update] stylization updated
1 parent 5af2fd9 commit 9b03b59

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/guides/stylization.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,15 @@ const table = new pivot.Pivot("#root", {
197197

198198
## Aligning numbers in a cell
199199

200-
By default, numbers are justified against the end of a cell (aligned to the right) and the number alignment is not applied in headers and in the tree mode (when `tree` is set to **true** for the [`tableShape`](/api/config/tableshape-property) property). If you want to change the number alignment in a cell, except for the cases mentioned, use the global `wx-number` class.
200+
By default, numbers are justified against the end of a cell (aligned to the right) and the number alignment is not applied in headers and in the tree mode (when `tree` is set to **true** for the [`tableShape`](/api/config/tableshape-property) property). If you want to change the number alignment in a cell, except for the cases mentioned, use the `wx-number` CSS class.
201201

202-
tbd
202+
~~~html
203+
<style>
204+
.wx-number {
205+
justify-content: start;
206+
}
207+
</style>
208+
~~~
203209

204210

205211

0 commit comments

Comments
 (0)