Size: 443
Comment:
|
Size: 593
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
{{{ jQuery.noConflict(); $('#table-pagination-data').bootstrapTable({ url: baseUrl + '/xyz/getData' }); $('#modalDiv').modal('show'); }}} |
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
- cp ~/Downloads/bootstrap-table-master.zip /tmp/
- cd /tmp/
- unzip bootstrap-table-master.zip
- cd bootstrap-table-master
- cd dist
- cp bootstrap-table.min.* /dest/folder
jQuery.noConflict(); $('#table-pagination-data').bootstrapTable({ url: baseUrl + '/xyz/getData' }); $('#modalDiv').modal('show');