volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 507 forks source link

jTable + RESTful #1013

Open silvioprog opened 10 years ago

silvioprog commented 10 years ago

Hello,

How to use jTable with RESTful servers?

Thank you!

lloydzhou commented 10 years ago

i have using it before. i using Yii framework, so i create one extension. https://github.com/lloydzhou/yii.extension/tree/master/jtable

JTableAction.php to create the table. JRestAction.php to server the RESTful requests.

lloydzhou commented 10 years ago

PS: i using the jtable code from https://github.com/vbabak/jtable, vbabak push one commit "Custom CRUD urls and http methods" https://github.com/lloydzhou/jtable/commit/a7b9d88fbf729b1049cc7fb13068ef99ef6a4bd7

silvioprog commented 10 years ago

Nice, thank you very much!

You know if in future the JTable will have this feature natively?