diff --git a/packages/tabulator-table/README.md b/packages/tabulator-table/README.md index dc16d02981fa12a9f774dc6367cee89a9ba37b79..97be95810b58b2df4e50f7e3d1dbc78bb379c0bf 100644 --- a/packages/tabulator-table/README.md +++ b/packages/tabulator-table/README.md @@ -60,6 +60,10 @@ You can set this attribute with the css selector. (e.g.: `this._('#my-table-comp Set data only works if the options are set before. +## Requirements +`dbp-tabulator-table` needs the `tabulator-tables/css/tabulator.min.css` in the package path and +the icons in `@dbp-toolkit/common/icons/` imported. + ## Local development ```bash