-1

Is slickgrid supports only json and xml formats. I want to implement the slickgrid in rails 3.x my data's are in hash format? any idea on this?

1 Answers1

0

Convert your Ruby objects to JSON, feed SlickGrid with that JSON data.

deprecated
  • 5,142
  • 3
  • 41
  • 62