editor & ruby on rails datasource
editor & ruby on rails datasource
I'm new to rails and datatables and trying to understand how to connect the data to the editor.
I'm guessing the line i need to update is: "ajaxUrl": "php/browsers.php" but cant seem to find any documentation on how to do this with rails.
Can anyone point me in the right direction. Thanks!
I'm guessing the line i need to update is: "ajaxUrl": "php/browsers.php" but cant seem to find any documentation on how to do this with rails.
Can anyone point me in the right direction. Thanks!
This discussion has been closed.
Replies
There isn't any documentation that is unique to Rails at the moment for Editor, but the documentation for the client-server communication protocol that Editor uses is available here, which allows any server-side environment to work with the Editor client-side library (it just needs to support this protocol):
http://editor.datatables.net/server/
Regards,
Allan