Reactable disappearing with custom filter/search function if inputting special character
I am using reactable with custom filtering/searching methods and regular expression patterns, and special functions to collapse rows if they are identical (to avoid repetition of the same rows, which can occur in my database). See a reproducible example below:
Table disappearing if inputting special characters
I am using reactable with custom filtering and regular expression patterns, like in this example: