1.0.3 • Published 7 years ago
npm-jquery-table-bootstrap v1.0.3
npm-jquery-table-bootstrap
generate a table from url json file
npm install npm-jquery-table-bootstrap
import 'npm-jquery-table-bootstrap' #Add webpack.config.js
const webpack = require('webpack');
plugins: new webpack.ProvidePlugin({ $: "jquery", jQuery: "jquery", "window.jQuery": "jquery" }) ,
#Example use:
$("#app").npmJqueryTableBootstrap("http://localhost:8001/api.php");