Bootstrap Table: Difference between revisions
From charlesreid1
(Created page with "Using Bootstrap with tables... bootstrap-table: https://github.com/wenzhixin/bootstrap-table-examples jsfiddle: https://jsfiddle.net/wenyi/yf0u35jL/4/ bootstrap-table e...") |
No edit summary |
||
| Line 8: | Line 8: | ||
can check this out, do npm install, and do node app, and the whole thing will be available at http://localhost:3000 | can check this out, do npm install, and do node app, and the whole thing will be available at http://localhost:3000 | ||
surprisingly simple...! I guess this is what using node is supposed to be like. | |||
Revision as of 16:37, 27 January 2018
Using Bootstrap with tables...
bootstrap-table: https://github.com/wenzhixin/bootstrap-table-examples
jsfiddle: https://jsfiddle.net/wenyi/yf0u35jL/4/
bootstrap-table examples: https://github.com/wenzhixin/bootstrap-table-examples
can check this out, do npm install, and do node app, and the whole thing will be available at http://localhost:3000
surprisingly simple...! I guess this is what using node is supposed to be like.