You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -210,7 +210,7 @@ These are all of the available props (and their default values) for the main `<R
210
210
211
211
// Pivoting
212
212
pivotBy:undefined,
213
-
213
+
214
214
// Key Constants
215
215
pivotValKey:'_pivotVal',
216
216
pivotIDKey:'_pivotID',
@@ -801,7 +801,7 @@ Accessing internal state and wrapping with more UI:
801
801
The possibilities are endless!
802
802
803
803
## Sorting
804
-
Sorting comes built in with React-Table. Click column header to sort by its column. Click it again to reverse the sort.
804
+
Sorting comes built in with React-Table. Click column header to sort by its column. Click it again to reverse the sort.
805
805
806
806
## Multi-Sort
807
807
When clicking on a column header, hold shift to multi-sort! You can toggle `ascending``descending` and `none` for multi-sort columns. Clicking on a header without holding shift will clear the multi-sort and replace it with the single sort of that column. It's quite handy!
@@ -846,7 +846,7 @@ If you want to override a particular column's filtering method, you can set the
846
846
847
847
To completely override the filter that is shown, you can set the `Filter` column option. Using this option you can specify the JSX that is shown. The option is passed an `onChange` method which must be called with the the value that you wan't to pass to the `filterMethod` option whenever the filter has changed.
848
848
849
-
See <ahref="http://react-table.js.org/?selectedKind=2.%20Demos&selectedStory=Custom%20Filtering&full=0&down=1&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-actions%2Factions-panel"target="\_parent">Custom Filtering</a> demo for examples.
849
+
See <ahref="http://react-table.js.org/#/story/custom-filtering"target="\_parent">Custom Filtering</a> demo for examples.
850
850
851
851
## Component Overrides
852
852
Though we confidently stand by the markup and architecture behind it, `react-table` does offer the ability to change the core componentry it uses to render everything. You can extend or override these internal components by passing a react component to it's corresponding prop on either the global props or on a one-off basis like so:
0 commit comments