ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: vijay@spinetechnologies on January 23, 2022, 03:00:13 pm

Title: Highlight matching string data without filter
Post by: vijay@spinetechnologies 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
Title: Re: Highlight matching string data without filter
Post by: paramvir 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 )