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: packages/table/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,10 @@ See the stories source code for more usage examples.
43
43
This package assumes that the application using it uses a font icon that have a
44
44
checkmark symbol, and that the class name to include that icon is `.wg-check`.
45
45
46
+
### Required Polyfills
47
+
48
+
This package assumes it will run on an enviroment that has support for Array.includes and Object.keys, if you need to support IE and other older browsers, make sure you have those polyfills in place.
49
+
46
50
## Properties
47
51
48
52
The Table component can be used for showing data grids using text cells in like the simple example above, but it also supports
0 commit comments