Summary
Keywords
Full Transcript
Link for all dot net and sql server video tutorial playlists https://www.youtube.com/user/kudvenkat/playlists?sort=dd&view=1 Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2015/07/jquery-datatables-plugin.html Healthy diet is very important both for the body and mind. If you like Aarvi Kitchen recipes, please support by sharing, subscribing and liking our YouTube channel. Hope you can help. https://www.youtube.com/channel/UC7sEwIXM_YfAMyonQCrGfWA/?sub_confirmation=1 In this video we will discuss jQuery datatables plugin Datatables is a powerful jQuery plugin. It provides searching, sorting and pagination. Let us understand the power and use of this plugin with a simple example. Step 1 : Datatables is a jQuery plugin, so you need a reference to core jQuery file on your page. Step 2 : Reference Datatables CSS and JaavaScript files. Here are the CDN links CSS - //cdn.datatables.net/1.10.7/css/jquery.dataTables.min.css JavaScript - //cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js Step 3 : Include the following one line of jQuery code $('#datatable').dataTable();
