Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@devexpress/dx-react-grid-bootstrap3
Advanced tools
Bootstrap 3 templates for DevExtreme React Grid component
A template suite used to customize the React Grid with Bootstrap3 rendering.
Install the main dx-react-grid package with its dependencies and templates for Bootstrap 3:
npm i --save @devexpress/dx-react-core @devexpress/dx-react-grid @devexpress/dx-react-grid-bootstrap3
Add the required modules to your project:
import {
Grid, TableView
} from '@devexpress/dx-react-grid-bootstrap3';
export const App = () => (
<Grid
rows={[{ id: 0, ... }, ...]}
columns={[{ name: 'id', ... }, ...]}>
<TableView />
</Grid>
);
Make sure that the Bootstrap styles are linked to the page. Check the following link if you have not configured Bootstrap yet.
This package provides templates implementing Bootstrap 3 rendering for the React Grid UI plugins and the UI Plugins with injected templates as well. You can use these templates instead of the original React Grid repository ones.
See demos for more information.
The package exposes components and plugins with injected templates.
The list of components:
The list of plugins:
Each plugin has properties with the 'Template' postfix. Components passed to such properties are templates.
You can override templates by passing your component or rendering function, or return undefined
from your custom template to render a UI item with a built-in template.
1.0.0-alpha.5 (2017-07-07)
groupPanelCellTemplate
property of the grouping-panel plugin instead of the GroupPanelProps interface's cellTemplate
property to specify a template used to render a grouping panel cell. The GroupPanelProps interface's cellTemplate
property is no longer available.<a name="1.0.0-alpha.4"></a>
FAQs
Bootstrap 3 templates for DevExtreme React Grid component
The npm package @devexpress/dx-react-grid-bootstrap3 receives a total of 261 weekly downloads. As such, @devexpress/dx-react-grid-bootstrap3 popularity was classified as not popular.
We found that @devexpress/dx-react-grid-bootstrap3 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.