Could any one please tell me a nice tutorial regarding how to create edit and delete table in ruby shoes framework??
Asked
Active
Viewed 847 times
3
-
Hi Abhiram, this is probably not a good place to ask this question. Check the [FAQ](http://stackoverflow.com/faq#questions) for the sort of questions you should ask. – sunnyrjuneja Jan 30 '13 at 19:47
1 Answers
1
I created a table widget for Shoes. Have a look there http://hackety.com/users/kwicher/programs/table

kwicher
- 2,092
- 1
- 19
- 28
-
ya i tried that table but i couldnt edit the content in that table when i click update.. – Abhiram Feb 04 '13 at 02:51
-
you cannot directly edit the cells but you can access them programatically. In principle, it should be possible to modifiy the wighet so to youse textfields instead of labels. – kwicher Feb 04 '13 at 14:43