react-absolute-grid icon indicating copy to clipboard operation
react-absolute-grid copied to clipboard

An absolutely positioned, animated, filterable, sortable, drag and droppable, ES6 grid for React.

Results 7 react-absolute-grid issues
Sort by recently updated
recently updated
newest added

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,...

bug

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