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 Grid (free version)
»
Dynamically set the title of a grid
« previous
next »
Print
Pages: [
1
]
Author
Topic: Dynamically set the title of a grid (Read 1658 times)
pbassey
Pro Ultimate
Newbie
Posts: 45
Dynamically set the title of a grid
«
on:
December 23, 2024, 02:28:19 am »
Is there a way to dynamically set the title attribute of the grid using javascript?
Logged
paramvir
Administrator
Hero Member
Posts: 6344
Re: Dynamically set the title of a grid
«
Reply #1 on:
January 15, 2025, 03:12:44 pm »
I guess you mean by title displayed on top of the grid.
Code:
[Select]
grid.option('title', "new title");
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Dynamically set the title of a grid