Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
react-tabulator
Advanced tools
React Tabulator is based on tabulator - a JS table library with many advanced features.
React Tabulator is based on tabulator - a JS table library with many advanced features.
Tabulator's features:
Filters Sorting Formatting Grouping Ajax Editing Virtualization
Pagination Themes A11y I18n Layouts Frozen Cols/Rows
Key Binding Responsive Persisting History Calc Validation
Clipboard Tree Layout Nested Tables
React15Tabulator
$ npm install react-tabulator
import 'react-tabulator/lib/styles.css'; // required styles
import 'react-tabulator/lib/css/tabulator.min.css'; // theme
import { ReactTabulator } from 'react-tabulator'; // for React 15.x, use import { React15Tabulator }
<ReactTabulator columns={columns} data={data} options={} />
"options" will be passed directly to Tabulator's options.
Require: NodeJS v8.12.0 +
and yarn
(optional)
$ npm run dev Launch DEV mode (with hot reload)
$ npm run build Make a build
$ npm run test Run tests using jest-puppeteer (with headless Chrome)
Development - see docs/development.md
All contributions are welcome!
While you're here, also check out
FAQs
React Tabulator is based on tabulator - a JS table library with many advanced features.
The npm package react-tabulator receives a total of 4,471 weekly downloads. As such, react-tabulator popularity was classified as popular.
We found that react-tabulator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.