Bootstrap

Bootstrap Table

Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.

https://github.com/wenzhixin/bootstrap-table/archive/master.zip

        jQuery.noConflict();
        $('#table-pagination-data').bootstrapTable({   url: baseUrl + '/xyz/getData' });
        $('#modalDiv').modal('show');

Javascript/Bootstrap (last edited 2014-10-23 16:40:43 by 195-23-86-114)