
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
griddle-react-bootstrap
Advanced tools
Bootstrap style for react-griddle.
Features:
Install this library and the dependencies by npm.
npm install griddle-react-bootstrap --save
npm install react react-dom --save
npm install griddle-react --save
npm install react-bootstrap --save
And import griddle-react-bootstrap and use it. Please check example page.
import { BootstrapPager, GriddleBootstrap } from 'griddle-react-bootstrap';
...
<Griddle
tableClassName={'table table-bordered table-striped table-hover'}
useGriddleStyles={false}
results={fakeData}
showFilter={true}
showSettings={true}
settingsToggleClassName='btn btn-default'
useCustomPagerComponent={true}
customPagerComponent={ BootstrapPager }
/>
or
<GriddleBootstrap
bordered={true}
striped={true}
hover={true}
results={fakeData}
/>
And import custom css for griddle (griddle-react-bootstrap.css) which is included in node_modules/griddle-react-bootstrap/dist directory.
Licensed under the MIT license.
FAQs
Bootstrap style for griddle-react
We found that griddle-react-bootstrap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.