Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
jb-griddle-react
Advanced tools
Join us here ![Gitter](https://badges.gitter.im/Join Chat.svg)
Griddle is a simple grid Component for use with React. It depends on Lodash Modules and React.
Please check out the documentation and examples.
To use Griddle:
npm install griddle-react
Or
download and reference griddle.js from the build directory (npm is preferred).
To run from source, type the following commands into a terminal:
npm install -g grunt-cli
if you don't have grunt.npm install
grunt
Griddle is not yet version 1. There are likely some areas that will change and some issues that you may encounter. Please submit issues / pull requests for anything you run into.
###Contributing:###
Please feel free submit any bugs or suggestions as issues. If you are having problems getting up and running please post in the Gitter chat and we'll try to help out. Pull requests are welcome but if you have an idea please post as an issue first to make sure everyone is on the same-page (and to help avoid duplicate work). If you are looking to help out but don't know where to start, please take a look at approved issues that don't have anyone assigned.
###Changelog:###
0.6.0
Add columnMetadata:
[null, 'asc', 'desc']
{
columnName: "state",
order: 4,
locked: false,
visible: true,
multiSort: {
columns: ['name'],
orders: ['asc']
}
},
Changed columnMetadata:
Breaking changes
Previous you had to write compare
or compare2
to define your custom compare function, now it is only customCompareFn
that based on number of arguments behaves as compare
or compare2
0.5.0
Thanks @thangaduraicse, @Julusian, Yaohan Chen, and @Dem0n3D
0.4.0
Thanks @dlong500, Chris Main, @astraw, Tony L. Kerz, @jsdmc, @kevinhughes27, @liorbentov, @bouk, @yorchv, and everyone else who has helped with 0.4.0!
0.3.0
0.2.16
0.2.15
0.2.13
0.2.1 - 0.2.3
0.2.0
useGriddleStyles={false}
. See more on styling.Enable Custom Formatting
option. Customization docsBreaking Changes:
GriddleWithCallback
component was created. For more on GriddleWithCallback, view the documentation here.0.1.19:
rowData
as well as the data
. See here for more infoReact
now instead of React/Addons
.0.1.18:
FAQs
Griddle - A fast and flexible grid component for React.
We found that jb-griddle-react 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.