From 9b0a11d33061e7cf4acc3221b1c5c8876ff91ce7 Mon Sep 17 00:00:00 2001 From: wrigh393 Date: Mon, 8 Feb 2021 09:20:45 -0500 Subject: [PATCH] Updated ItemTable docs props and the library that is being used for the table --- src/components/ItemTable/ItemTable.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ItemTable/ItemTable.md b/src/components/ItemTable/ItemTable.md index 6e5544b..a98953a 100644 --- a/src/components/ItemTable/ItemTable.md +++ b/src/components/ItemTable/ItemTable.md @@ -1,6 +1,6 @@ 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. Items are passed in as a required parameter. It is to be used with the [ItemTableAppBar](/#/Components/ItemTableAppBar). -It is based on [material-table](https://material-table.com/). +It is based on [react-table](https://react-table.tanstack.com/). ```jsx import React, { useState, useEffect } from "react"; @@ -17,9 +17,9 @@ useEffect(() => { }, []); - + ``` ```jsx static - + ``` \ No newline at end of file