mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
Merge branch 'master' of https://github.com/react-tools/react-table
This commit is contained in:
commit
5145a632c9
@ -114,6 +114,7 @@ Hooks for building **lightweight, fast and extendable datagrids** for React
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Nicholas Kaufmann</li>
|
<li>Nicholas Kaufmann</li>
|
||||||
<li>Pekka</li>
|
<li>Pekka</li>
|
||||||
|
<li>Jon Eickmeier</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -156,7 +156,7 @@ function useMain(instance) {
|
|||||||
|
|
||||||
const canSort = accessor
|
const canSort = accessor
|
||||||
? getFirstDefined(
|
? getFirstDefined(
|
||||||
columnDisableSorting,
|
columnDisableSorting === true ? false : undefined,
|
||||||
disableSorting === true ? false : undefined,
|
disableSorting === true ? false : undefined,
|
||||||
true
|
true
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user