Author Topic: Highlight matching string data without filter  (Read 487 times)

vijay@spinetechnologies

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 87
    • View Profile
Highlight matching string data without filter
« on: January 23, 2022, 03:00:13 pm »

I want to only highlight the row/cells data without applying the filters. The highlighted text will contain a background color. but all data will remain the same. Also want to move focus on the highlighted text

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Highlight matching string data without filter
« Reply #1 on: January 24, 2022, 10:58:14 am »
Please use this API:

https://paramquery.com/pro/api#method-search ( to search for matching rows )

https://paramquery.com/pro/api#method-Range ( Range(...).style can be used to highlight the rows )

https://paramquery.com/pro/api#method-focus ( focus on the matched cell )