From d4d425e45a7bb70d515901ccb8464f71f8c0b653 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Tue, 6 Dec 2022 09:48:51 +0100
Subject: [PATCH] Adapt readme

---
 packages/tabulator-table/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packages/tabulator-table/README.md b/packages/tabulator-table/README.md
index dc16d029..97be9581 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
-- 
GitLab