Kevin Van Cott

Results 302 comments of Kevin Van Cott

Good News. This will be fixed in v1.4. Thanks in part to @AndreyGrek 's PR.

@AndreyGrek @scott-avery @e-cloud For those of you still using this library, v1.4.0 now has addressed the major problems here. This should be fixed

> This was un extremely unintuitive solution, but `sortDescFirst: false` worked for me. It forces sorting to always follow the `asc-desc-undefined` cycle, even when there is `undefined` data in a...

MRT is mostly geared towards desktop. It works for mobile, except for the dragging features. If someone found a lightweight way to support the drag and drop features on mobile,...

@octane92 I'm guessing this polyfill cannot/shouldn't be bundled with MRT, but I might add this to the MRT docs as a recommendation

I don't see this having to do with the locale. But if you use equals for dates, they have to be the exact same dates. You might even want to...

Considering fixing this upstream in TanStack Table https://github.com/TanStack/table/issues/4280

I have not really seen the need to mark all of these types as readonly, but if conflicts are resolved, we can reconsider.

table.setPageCount is actually a deprecated API that does nothing in v8. Just pass in the page count or row count as a table option. This API was supposed to have...

This is still an important bug fix. Will be looking into how to fix the ungrouping crash