I am using data tables in salesforce pages... i am also using ServerSide implementation...but sAjaxsource was server_processing.php?Any possible to change server_processing.php into salesforce datas?
From what I know of salesforce you'll likely have to use their API to request the data you need and then modify that data so datatables can read it properly.
thanks snarf2larf..... but i am new for salesforce....i am include "bServerSide": true in the page the data tables not working......can u provide any examples for that serverside implementation in salesforce for my reference.......
If SaleForce's API were to process and reply to DataTables' requests in the expected format (fully documented here: http://datatables.net/usage/server-side ), then it will just work. However, that is extremely unlikely... So as snarf2larf says, you'll need to work with their API and use the DataTables documentation to make it work.
> can u provide any examples for that serverside implementation in salesforce for my reference.......
I'm sure someone can provide you with a quote to do the work involved if you could detail it a bit more.
thanks allan......i read Document ...... but i can't understand the document how to get the data from salesforce and how to push the data to serverside implementation side.... can u provide any solution or example for that serverside implementation?
Replies
> can u provide any examples for that serverside implementation in salesforce for my reference.......
I'm sure someone can provide you with a quote to do the work involved if you could detail it a bit more.
Allan
siva