Author Topic: Converting table data into JSON format  (Read 8109 times)

cody

  • Newbie
  • *
  • Posts: 1
    • View Profile
Converting table data into JSON format
« on: July 05, 2013, 02:39:04 pm »
I have used paramquery grid to display a table. The problem is that I could not convert table data into JSON format.
I have been able to extract table data into a textbox but applying add, edit or delete of other data, the changed data is not
shown in json format. I have been using the paramquery grid in one of my Ruby on Rails application.
Hope for some help.
Thanks in advance :)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Converting table data into JSON format
« Reply #1 on: July 06, 2013, 05:31:06 pm »
JSON handling has been simplified in version 1.1.3


Grid data is stored in dataModel.data which you can choose to be either array or JSON format.



« Last Edit: July 08, 2013, 07:14:43 pm by paramquery »