JQuery grid example in SharePoint 2010

Asked By 0 points N/A Posted on -
qa-featured

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

SHARE
Answered By 0 points N/A #153128

JQuery grid example in SharePoint 2010

qa-featured

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/ )

Related Questions