Skip to content

Commit

Permalink
Revert "Update ItemTable docs"
Browse files Browse the repository at this point in the history
This reverts commit ce3b844.
  • Loading branch information
Justin Campbell committed Oct 16, 2020
1 parent ce3b844 commit d715315
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. 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
Expand Down

0 comments on commit d715315

Please sign in to comment.