Skip to content

Commit

Permalink
Update ItemTable docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 15, 2020
1 parent 3f4a16c commit ce3b844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItemTable/ItemTable.md
Original file line number Diff line number Diff line change
@@ -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. By default, it is pre-configured to fetch data from the webqueue2 API. 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. It is to be used with the [ItemTableAppBar](/#/Components/ItemTableAppBar).

It is based on [material-table](https://material-table.com/).
```jsx
Expand Down

0 comments on commit ce3b844

Please sign in to comment.