开发者

jqgrid with turbogears 2

开发者 https://www.devze.com 2023-02-13 18:22 出处:网络
I have been recently trying out crudRESTController in TG2.1. Overall, I found that-- 1] The community is helpful.

I have been recently trying out crudRESTController in TG2.1. Overall, I found that-- 1] The community is helpful. 2] But, it is hard to find a help topic or docs, if I get stuck-up with a particular issue. e.g. The name of instance of crudRESTController must be a plural of underlying model name. Othe开发者_Python百科rwise, it won't work correctly. It is nowhere given in their docs.

Hence I am thinking to use jqgrid for crud functionality.

Can anybody please point out whether it would be better to use jqgrid or stick to crudRESTController! (keeping in mind the control I can have over the code, rapid application development, deployment, speed, etc.

Thanks in advance,

Vineet.


Give a look at EasyCrudRestController from tgext.crud, it provides an easy way to create working Crud Controllers on the fly. For more deep customization you can tune it as you would with CrudRestController.

0

精彩评论

暂无评论...
验证码 换一张
取 消