ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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
-
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 )