Author Topic: Dynamically set the title of a grid  (Read 1644 times)

pbassey

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 45
    • View Profile
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?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6344
    • View Profile
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");