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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@ Properties marked with an asterisk (`*`) are required.
126
126
||`object`| CSS styles to apply to the parent table tag. |
127
127
||`function`| Function returning one of the above. The function receives a state object with boolean property narrow indicating if the current presentation is narrow or wide. |
128
128
|`initialNarrow`|`bool`| Initially render the table in narrow mode when rendering serverside. Set to true when you expect the browser to be narrow to prevent rerendering client side. |
129
+
|`withClasses`|`bool`| Add unique class names to each row and header cell, respectively row-KEY and header-KEY |
0 commit comments