Tuesday, February 2, 2016


SharePoint: Custom jQueryDataTable Listview webpart

This is Custom Webpart (SSOM) for your List (you can also use this for Libaray). This View is generated using the jQueryDatatable, so by default you will have search while you type and Paging. Please refer below screen shot and configuration.

List Name: Enter the name of the list.

View Name: Enter the name of the view of the list. selected columns in the view will appears in the webpart.

Need Item Link: If you need to link the item dispform to the webpart type Yes else No. First column of the webpart will be the link to the dispform. While creating view select the first column that should be link to the item dispform.

Item Link: if you have custom display form that need to link with this webpart provide the url. Refer the below screenshot. Id of the item will be added to the URL automatically.




 
 

 
Download