KevinVandy / mantine-react-table

A fully featured Mantine V5 implementation of TanStack React Table V8, forked from Material React Table
https://www.mantine-react-table.com/
MIT License
815 stars 136 forks source link

Multiselect array filtering modes not usable #296

Open danicc097 opened 6 months ago

danicc097 commented 6 months ago

mantine-react-table version

v2.0.0-beta.0

react & react-dom versions

18

Describe the bug and the steps to reproduce it

No arr* options to select filter modes in multiselect. Any other filter mode is shown as an option.

Steps:

Minimal, Reproducible Example - (Optional, but Recommended)

https://stackblitz.com/edit/github-bkou1d?file=src%2FTS.tsx,package.json,src%2Fmain.tsx

Screenshots or Videos (Optional)

No response

Do you intend to try to help solve this bug with your own PR?

No, because I do not have time to dig into it

Terms

alessandrojcm commented 5 months ago

Hi there, in the meantime you can manually import the array sorting functions and use them as a custom filter.