Author Topic: display checkbox in the list head,SOS!!  (Read 3218 times)

mojooo

  • Newbie
  • *
  • Posts: 2
    • View Profile
display checkbox in the list head,SOS!!
« on: June 03, 2014, 11:25:13 am »
hey guys:
i want to display a checkbox in the list header,just like the photo.

can u help me???

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: display checkbox in the list head,SOS!!
« Reply #1 on: June 03, 2014, 11:36:08 am »
column title can be html string, so you can put <img /> or <input type='checkbox' /> in the title property of colModel.

mojooo

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: display checkbox in the list head,SOS!!
« Reply #2 on: June 03, 2014, 12:03:50 pm »
ok ,i got it.
thanks!