Author Topic: Sorting on column header click not working  (Read 2073 times)

Sivakumar

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 32
    • View Profile
Sorting on column header click not working
« on: June 26, 2020, 08:06:26 pm »
Hi,

I'm trying to bind a grid that contains some static customized columns and some columns where colModel is generated from the data using the $.map function.

However, the sorting functionality of the grid has stopped working on all columns.

Please refer to the below url for the jsfiddle:

https://jsfiddle.net/L5t2wzn4/1/

Please let me know regarding the issue and help to resolve it.


Thanks.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Sorting on column header click not working
« Reply #1 on: June 26, 2020, 09:45:40 pm »
Please avoid html tags e.g., '<b>' in the title of columns to resolve it.

Sivakumar

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: Sorting on column header click not working
« Reply #2 on: June 26, 2020, 10:00:28 pm »
Thanks, Paramvir,

Never would have been able to solve this without your help.


Regards,
Uttam