Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - yousuftahir00

Pages: [1]
1
Thank you. It works great. Just a quick question regarding it. How can I add some text to the collapsible section where it shows the arrow icon. I want to add some text along with that icon. Kindly see the attachment for an example. Thanks.
 

2
I have the data in the following form:

Code: [Select]

var data = [
   {
      name: 'JOHN',
      children: [{name: 'A'},{name:'B'},{name:'C'}]
   },
   {
      name: 'PETER',
      children: [{name: 'D'},{name:'E'},{name:'F'}]
   }
]
What is the best way to show this data in ParamQuery Grid? Thanks

Pages: [1]