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: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,10 +61,11 @@ Nothing new here - we are using an array of object literals and properties to de
61
61
| width | string | no | give the column a fixed width |
62
62
| minWidth | string | no | give the column a minWidth |
63
63
| maxWidth | string | no | give the column a maxWidth |
64
-
| right | bool | no | right aligns the content in the cell|
65
-
| center | bool | no | center aligns the content in the cell |
64
+
| right | bool | no | right aligns the content in the cell. usefil for numbers|
65
+
| center | bool | no | center aligns the content in the cell |
66
66
| compact | bool | no | reduces the padding in the cell. useful for custom cells icons or buttons |
67
-
| wrap | bool | no | whether the cell content shold be allowed to wrap. |
67
+
| button | bool | no | applies additional styling when using a button |
68
+
| wrap | bool | no | whether the cell content shold be allowed to wrap. |
68
69
| allowOverflow | bool | no | allows content in the cell to overflow. useful for menus/layovers that do not rely on "smart" positioning |
69
70
| ignoreRowClick | bool | no | prevents the `onRowClicked` event from being passed on a specific TableCell column. This is **really** useful for a menu or button where you do not want the `onRowClicked` triggered
0 commit comments