I’ve got my handson table populating from my rails contoller just fine. I just don’t understand how to save data to the controller. Is there a tutorial or something.
Thanks,
Joe
I’ve got my handson table populating from my rails contoller just fine. I just don’t understand how to save data to the controller. Is there a tutorial or something.
Thanks,
Joe
I understand that you mean Ruby on Rails? If so, we don’t have tutorials for that kind of implementation. For the saving part, the general idea is to get the data from the current table, by using getData() method and then save that data to the controller.