Which completed fine and changed all references in the js, css and dryml files from hobo_tree_table to hobo_data_tables but I now get the following error when running my app
NameError in Front#index
Showing /home/bob/Titanium_Studio_Workspace/fitness/app/views/front/index.dryml where line #1 raised:
Doh! I thought I fixed that typo. I'm glad you figured it out.
> uninitialized constant HoboDataTables
>
That's very strange. Do you have the plugin in your Gemfile and have
you done bundle install?
Bob Sleys
unread,
Aug 23, 2012, 2:13:51 PM8/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
Ok I had everything in there but noticed I had two group :assets do sections. I combined them into one and cleaned up the gemfile a bit and and another bundle install and now at least I can get to the app. Now to try the data table out.
Thanks and sorry for the aparent false alarm
Bob
Bob Sleys
unread,
Aug 23, 2012, 7:13:59 PM8/23/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hobo...@googlegroups.com
Ok I'm getting a basic data table, it unsortable etc yet but at least its something.
How do I pass off options to the data table?
I tried the following, along with some other attempts but haven't gotten anything to work. So for example to change the titles of the columns in the table.