From d7153155ad32b53c52fcb4788f4ca342cd70f8dd Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Thu, 15 Oct 2020 21:16:29 -0400 Subject: [PATCH] Revert "Update ItemTable docs" This reverts commit ce3b8448b3b69e0cc82aa7c33775a7968ed2f6ec. --- src/components/ItemTable/ItemTable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ItemTable/ItemTable.md b/src/components/ItemTable/ItemTable.md index 6d37b82..19ca760 100644 --- a/src/components/ItemTable/ItemTable.md +++ b/src/components/ItemTable/ItemTable.md @@ -1,4 +1,4 @@ -The ItemTable is the primary view for webqueue2. It displays item metadata for items of selected queues and allows for filtering by field and opening an item by clicking. It is to be used with the [ItemTableAppBar](/#/Components/ItemTableAppBar). +The ItemTable is the primary view for webqueue2. It displays item metadata for items of selected queues and allows for filtering by field and opening an item by clicking. By default, it is pre-configured to fetch data from the webqueue2 API. It is to be used with the [ItemTableAppBar](/#/Components/ItemTableAppBar). It is based on [material-table](https://material-table.com/). ```jsx