I released a new version of the plugin today that fixes a few outstanding issues and adds 3 new extension points. The main things that have been fixed are:
- Single table inheritance now works
- Legacy table names are now supported
- The table formats properly under IE
The 3 extra extra extension points are
- do_new
- do_edit
- do_delete
I will update the post on extending the plugin to fully cover these new features.










4 Comments
Superb work. This has transformed my site. The only problem I have had is that when I have total columns these are not updated when I add or edit an entry.
I have done a fair bit of customising so it is posible I have broken something but any pointers would be very welcome.
Neil
Hi NeilB,
Sorry for the tardy response, you are right the totals don’t update automatically at the mo when you edit or add a new row. I had forgotten about that. I will look at it for the next release.
If you want to get it to work you would need to add to the rjs files and update the total fields using ajax. Shouldn’t be too tricky you could just add an div to each total cell and then loop over their ids and update. I hope this helps.
Cheers
Scott
I’m trying to use Single Table Inheritance with the plugin and I’m not having any luck. Is there anything special I have to do to enable it for a model?
Hi Blake,
No, it should just work. Have you got the latest version from the svn repository?
Scott.