Wolfgang Glas

Results 16 comments of Wolfgang Glas

Your example is using vue-datagrid version 3.0.9 as dependency, custom sorting is supported from version 3.0.97 on.

The correct way to retrieve the currently selected range is ``` grid.selectionStoreConnector.focusedStore?.entity.store.get("range")); ``` See also pull request #263 , which adds a public function getSelectedRange() .

Hello, we are also affected by this issue, I'd also suggest to introduce a custom comparator function in the column definition, which allows the user to configure the sorting according...

I've now prepared a pull request fo custom sorts: https://github.com/revolist/revogrid/pull/235 Please review and advocate the merge of this PR.

Maybe we should provide for well-documented standard set of cell comparison functions like naturalSort, case sensitive/case insensitive sort etc...

With 3.0.97 you may a a custom cellCompare function, which performs numerical sorts.

This is a duplicate of https://github.com/revolist/vue3-datagrid/issues/5 and is supposedly fixed by our pull request https://github.com/revolist/vue3-datagrid/pull/6

Up to now we have no reaction from the maintainer, we'd like this one to be released, too.

The PR has been merged by the maintainer and released as vue3-datagrid version 3.0.96 Please verify the fix and close this issue afterwards.

Same here, on OSX10.15.7 macFUSE 4.0.5, SSHFS 2.5.0. This is really annoying and lead to a series fo hard reboots and is rendering osxfuse unacceptable for us. What kind of...