Griddle
Griddle copied to clipboard
Simple Grid Component written in React
The current maintainers of this project are a bit swamped right now and it would be excellent to have some additional help maintaining this project. If you're available to help...
## Griddle version 1.3.1 ## Expected Behavior Changing the visible prop on ColumnDefinition should cause columns to be hidden or shown appropriately. ## Actual Behavior The column is only shown/hidden...
## Griddle version "griddle-react": "1.13.1", but tested also on "1.13.0" "react-redux": "^7.2.0", ## Actual Behavior Failed prop type: Invalid prop `customComponent` of type `object` supplied to `ColumnDefinition`, expected `function`. in...
## Griddle version 1.13.1 react-redux : 6.0.0 react : 16.6.7 ## Expected Behavior enhancedWithRowData shall work properly giving rowData ## Actual Behavior enhancedWithRowData giving error ## Steps to reproduce upgrade...
Hi :wave:, I'm Romuald from the [Lsos](https://lsos.org/), an organization that develops financial solutions for open source projects, and we are currently doing outreach to projects we like. One of our...
## 1.14 ## Removed deprecated recompose lib usage ## Removed deprecated recompose lib and used newer context-api implementation ## Tests are also made intact
## Griddle version v1.9.0 ## Expected Behavior Columns with dots in their ids should show their contents. ## Actual Behavior Columns with dots in their names have no data. This...
[Same bug](https://github.com/tannerlinsley/react-table/issues/1850) as in react-table.
## Griddle major version v1 ## Changes in this release - @types/prop-types #827 - Upgrade typescript to ^2.8.0 #840 - Upgrade recompose to ^0.25.1 #839
## Griddle major version 1.13.1 ## Changes proposed in this pull request Story to reproduce #814 (cc @sansetty2510). Just scroll down a bit and you'll hit it.  ## Why...