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>
<li>Nicholas Kaufmann</li>
<li>Pekka</li>
<li>Jon Eickmeier</li>
</ul>
</td>
</tr>

View File

@ -156,7 +156,7 @@ function useMain(instance) {
const canSort = accessor
? getFirstDefined(
columnDisableSorting,
columnDisableSorting === true ? false : undefined,
disableSorting === true ? false : undefined,
true
)