Size: 1317
Comment:
|
Size: 1457
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
<<TableOfContents(2)>> | |
Line 13: | Line 14: |
== Fixed top navbar == * https://getbootstrap.com/docs/5.3/examples/navbar-fixed/ |
|
Line 17: | Line 21: |
{{{#!highlight sh 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 }}} |
|
Line 18: | Line 30: |
* 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'); |
{{{#!highlight js jQuery.noConflict(); $('#table-pagination-data').bootstrapTable({ url: baseUrl + '/xyz/getData' }); $('#modalDiv').modal('show'); |
Line 36: | Line 41: |
{{{ | {{{#!highlight js |
Bootstrap
Check CSS styles in http://getbootstrap.com/css/
Fixed top navbar
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
http://getbootstrap.com/components/#input-groups