Griddle version=^0.2.13
Expected Behavior
I am using customHeaderComponent to render columns wise filter on the table that I am displaying but when i run the code filter is not getting rendered.
App.jsx
import React, { Component } from 'react';
…
I am using griddle-react and have issues with default styling css i.e. 'griddle-cell' or 'griddle-row'. Where do I find/install corresponding css ? Or am I supposed to create myself ?
I have a timestamp returned like this:
Fri Jun 30 2017 09:57:18 GMT+0100 (BST)
and I formatted it to look like this :
Jun 30, Fri 2017 09:57
When it is sorted in the Griddle it is sorted…
https://griddlegriddle.github.io/v0-docs/quickstart.html
I am just following above example
import React from 'react';
import Griddle, { RowDefinition, ColumnDefinition } from 'griddle-react';
var fakeData = [
{
"id": 0,
"age": 23,
…
I'm trying to create an Enhancer for griddle v1.6.0.
I am getting this error:
Uncaught Error: Could not find "store" in either the context or props
of "Connect(Row)". Either wrap the root component in a , or
explicitly pass "store" as a prop to…
i am trying to achieve sorting using a custom dropdown select component instead of the default arrows next to the column headings to sort specific columns. How is it possible?
Im trying to figure out how to get the current filtered items from the Griddle component.
I found the following function in the source-code:
var filteredDataSelector = exports.filteredDataSelector = (0, _reselect.createSelector)(dataSelector,…
Please provide input if it is possible or not. If possible then how ?
Aim - To replace settings button in griddle with material ui button using Griddle version 0.6.1
Implementation - To replace settings button which shows list of columns to choose…
I have difficulties for completing an emerging task. I must implement a table in which some columns must have two fields. These columns must have a sorting functionality through which the user will be able to sort the selected fields.
To be more…
What is the proper way to access the data, rowData, and metadata props on a custom Griddle component? Despite seeing the props populated with my data in the react devtools (e.g. url and title for a link I want to build) the console gives me an error…
I am trying to replace filter components input field with text field from materialUI text field.
I am able to display input field by creating a new component, but its not filtering contents.
I don't want different filter function just wanted to…
As settingsToggleClassName requires string input.
I am implementing this in the following way
let griddleBtnStyle = {
background: 'red'
};
and using this style in here
https://github.com/GriddleGriddle/Griddle
Griddle Tables for React
Column property set to visible = 'false', not working. Does anyone have a fix or workaround for this?
const columnMeta = [
{
'columnName': 'Date Submitted',
…