react-absolute-grid
react-absolute-grid copied to clipboard
An absolutely positioned, animated, filterable, sortable, drag and droppable, ES6 grid for React.
This may save you a few minutes. I may have missed a step but this is what I remember typing in to get this to run. in package.json edit the...
I am using material-ui along with AbsoluteGrid. When I have the TextField component in my grid item component, I cannot click on the TextField to select it and start editing...
[email protected] [email protected] migrated from 2.0.1 to 3.0.1 var createAbsoluteGrid = require('react-absolute-grid'); var Createvisit= createReactClass({ getInitialState: function(){ return { result:[], }; }, componentWillMount: function() { const AbsoluteGrid = createAbsoluteGrid(SampleDisplay); }, render:...
I don't want my grid to be draggable at certain times, so I have some state that I update to tell the grid whether it is draggable or not. However,...
Here is the error message that i have : `./node_modules/react-absolute-grid/lib/AbsoluteGrid.jsx Module parse failed: Unexpected token (17:24) You may need an appropriate loader to handle this file type. | | return...
The onDragEnd = e =>{ e is undefined} I am not able to receive e it is undefined. while the same works well with onDragStart and onDragMove. Could you please...
no update since 6 years ago