ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: pbassey on December 23, 2024, 02:28:19 am

Title: Dynamically set the title of a grid
Post by: pbassey on December 23, 2024, 02:28:19 am
Is there a way to dynamically set the title attribute of the grid using javascript?
Title: Re: Dynamically set the title of a grid
Post by: paramvir 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");