Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • DataTables: Table plug-in for jQuery

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 349
    Comment on it

    DataTables is a jQuery plug-in designed for creating flexible HTML tables.

    It has following features:

    * It provides Instant search, Pagination and multi-column ordering
    * It has Supports for any data source like DOM, Javascript, Ajax and server-side processing.
    * It is easily theme-able: DataTables, jQuery UI, Bootstrap, Foundation
    * It provides a variety of extensions inc. Editor, Buttons, FixedColumns and more
    * It has Extensive options and a beautiful, expressive API
    * Free open source software

    To get started with DataTables, you have to include two files in your page. one is css styling file and another is script file for data tables. These files are available in CDN.

    CSS: //cdn.datatables.net/1.10.12/css/jquery.dataTables.min.css
    JS: //cdn.datatables.net/1.10.12/js/jquery.dataTables.min.js

    You have to initialise the table with this function call:

    $(document).ready(function(){
    
        $('#myTable').DataTable();
    
    });

    You can see demo here.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: