Server side processing with sails.js

Server side processing with sails.js

mecabmecab Posts: 9Questions: 2Answers: 0

Hello everybody.
It's my second time that i plan on using Data Tables and this time I'm planing on using the server-side processing. I'm working on sails.js and i successfully loaded the data from the server but i feel overwhelmed when it comes to sorting,filtering and adding other columns (like a check box column) , does anyone have some kind of a tutorial or anything that could help me ? i didn't learn to develop with php so the example in here (http://datatables.net/development/server-side/php_mysql) is pretty hard for me to understand...
Thank you for your time

Answers

  • mecabmecab Posts: 9Questions: 2Answers: 0

    Well after 2 days of hard work and searching i finally made it and found the solution for my problem . i just had to convert the php code to javascript and use it in the action , it was all about using the parameters from the url to build the sql query

This discussion has been closed.