SlickGrid icon indicating copy to clipboard operation
SlickGrid copied to clipboard

How to change style when find value in slickgrid

Open Mahsa-Hamdast opened this issue 5 years ago • 1 comments

Hello every body, I want, when I search for example "apple" ,find this word and change background color. but I can't find solution for this.

My Code:

protected showMatchItem() { this.searchresult.text(${this.currentMatchIndex + 1} از ${this.matchIndexes.length}); this.slickGrid.scrollRowIntoView(this.matchIndexes[this.currentMatchIndex], true); this.slickGrid.setCellCssStyles("Title_highlight", { 0: { Title: "highlight" }, 5: { Title: "highlight" } });

Mahsa-Hamdast avatar Nov 11 '20 08:11 Mahsa-Hamdast

Can I suggest posting on StackOverflow. GitHub is for bugs. Also, this repo is dead. Slickgrid is now at: https://github.com/6pac/SlickGrid

6pac avatar Nov 12 '20 01:11 6pac