Open phkavitha opened 8 years ago
@phkavitha You will need to provide custom formatting of a cell and highlight it yourself. Fixed data table only provides generic framework to display data. Search is not part of the component.
When I implementing instant filtering with keyword highlighting, visible rows with highlight formatting cells won't be re-rendered if row indexes don't change. Any help on this behavior?
We've done this! http://schrodinger.github.io/fixed-data-table-2/example-scroll-to.html
We've actually forked this repo because of the lack of updates.
Thanks. Just figured out, I should put logic in cellDataGetter
instead of customRenderer
.
When the user searches for a text in the table, the search text should be highlighted in the result row so that the user knows which column they must look