JQuery grid example in SharePoint 2010
Hi Friends,
I need to know about building quick JQuery grid example in SharePoint 2010. Please help me by providing inputs that will help me.
Thanks and Regards,
Coco Youmans
Hi Friends,
I need to know about building quick JQuery grid example in SharePoint 2010. Please help me by providing inputs that will help me.
Thanks and Regards,
Coco Youmans
Go to a great grid library datatables.net that allows building Sharepoint-list-connected jQuery grid in few hours.
Read data from the list (whatever list you want) and load into searchable, sort-able, page-able grid.
Click add button and add records to another table to perform calculations as in the image below:
This involves two steps:
Download datatables library (Â https://datatables.net/download/Â )
Download SPServices library which helps to connect to SharePoint list (Â http://spservices.codeplex.com/Â )