-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search Api broken #111
Comments
Hi, can you please share a live example? |
@NadavShaar 1st table has no |
To get the highlighted value in the 3rd scenario you need to use the |
I see. This is a bit restricting the flexibility of cellrenderer being able to display call however you like. This is simple data structure example in this case. I have more complicated use case where I need to display array of values in a specific way (flexbox column rows with stylings) which wont be possible to do using the value thus I can't use highlight in this case which is sad. I believe your highlight functionality is based on a hook. Maybe something to consider would be having a component that wraps around each column for highlight its value but dunno about how usable it would be and how about performance. Just a suggestion to consider. (something like this mantine highlight component https://mantine.dev/core/highlight/) |
Hey there,
I recently posted abut Search API not working properly. There was a fix to that ticket but the API seems still broken.
From the docs
field
, search on this column never ever executes no matter if I have definedgetValue
or not. To make it searchable Im forced to define afield
key and it seems field key doesn't matter and as long as the key exists on the data it will workhighlightSearch
is broken if you havegetValue
and customcellRenderer
The text was updated successfully, but these errors were encountered: