Skip to content

Commit

Permalink
add link to react-table docs to sortableTable file (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieckhafer authored and zenweasel committed Aug 23, 2017
1 parent 023cbec commit 12e4c81
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -6,6 +6,10 @@ import { Meteor } from "meteor/meteor";
import { Counts } from "meteor/tmeasday:publish-counts";
import { SortableTableFilter, SortableTablePagination } from "./sortableTableComponents";

// SortableTable is a wrapper around ReactTable.
// Anything that works in ReactTable should work in SortableTable OOTB (although it may not be styled).
// ReactTable docs are available here: https://react-table.js.org/#/story/readme

class SortableTable extends Component {
constructor(props) {
super(props);
Expand Down

0 comments on commit 12e4c81

Please sign in to comment.