From charlesreid1

No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==initial notes==
Using [[Bootstrap]] with tables...
Using [[Bootstrap]] with tables...


Line 10: Line 12:


surprisingly simple...! I guess this is what using node is supposed to be like.
surprisingly simple...! I guess this is what using node is supposed to be like.
==installing==
<pre>
git clone https://github.com/wenzhixin/bootstrap-table-examples.git
cd bootstrap-table-examples
git submodule update --init
npm install
</pre>
==running==
Run the web app using node:
<pre>
node app
</pre>
then visit localhost:3000
==Refs==
http://bootstrap-table.wenzhixin.net.cn/documentation/
http://issues.wenzhixin.net.cn/bootstrap-table/index.html
==Flags==
[[Category:2018]]
[[Category:January 2018]]
[[Category:Bootstrap]]
[[Category:Node]]
[[Category:Web]]
[[Category:Javascript]]
[[Category:HTML]]

Latest revision as of 22:54, 9 March 2019

initial notes

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.

installing

git clone https://github.com/wenzhixin/bootstrap-table-examples.git
cd bootstrap-table-examples
git submodule update --init

npm install

running

Run the web app using node:

node app

then visit localhost:3000

Refs

http://bootstrap-table.wenzhixin.net.cn/documentation/

http://issues.wenzhixin.net.cn/bootstrap-table/index.html

Flags