This commit is contained in:
tannerlinsley
2019-08-06 20:01:11 -06:00
2 changed files with 2 additions and 1 deletions
+1
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>
+1 -1
View File
@@ -156,7 +156,7 @@ function useMain(instance) {
const canSort = accessor
? getFirstDefined(
columnDisableSorting,
columnDisableSorting === true ? false : undefined,
disableSorting === true ? false : undefined,
true
)