Saving handson tables

Tags: #<Tag:0x00007f8b2a1feea8> #<Tag:0x00007f8b2a20b0e0>

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

Hi @merlin2049er

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.