ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Highlight matching string data without filter
« previous
next »
Print
Pages: [
1
]
Author
Topic: Highlight matching string data without filter (Read 485 times)
vijay@spinetechnologies
Pro Enterprise
Jr. Member
Posts: 87
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
Logged
paramvir
Administrator
Hero Member
Posts: 6310
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 )
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Pro
»
Highlight matching string data without filter