This commit is contained in:
tannerlinsley 2019-08-06 20:01:11 -06:00
commit 5145a632c9
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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
) )