Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
171 commits
Select commit Hold shift + click to select a range
8b7268c
Adds "allowEmptyGrid" prop to render empty grid when there's no data.
mikestopcontinues Dec 2, 2015
fd6b1f4
Add globalData prop to pass in user-specified global data through Gr…
dlong500 Jan 3, 2016
29aaaef
Subgrid Icons are not Displayed if Metadata
Jan 4, 2016
3d598bc
Merged pr-302
joellanciaux Jan 5, 2016
5a789c5
implement customHeaderComponent and customHeaderComponentProps metada…
astraw Jan 6, 2016
9aae88a
[doc] mention sortable
Jan 9, 2016
bbc9229
Merge pull request #307 from tony-kerz/tk/doc
ryanlanciaux Jan 9, 2016
cb54f35
changed keys for rows to fix https://github.com/facebook/react/issues…
jsdmc Jan 13, 2016
3597fd7
no Data section moved inside table
jsdmc Jan 14, 2016
3de1b01
fixed error when rendering subgrids (due to unique keys)
jsdmc Jan 14, 2016
4f50a78
Merged.
joellanciaux Jan 15, 2016
2ede4f7
Now hiding paging content if there's no data.
joellanciaux Jan 16, 2016
c53913b
add docs for custom filter function and component
Jan 19, 2016
45a69be
add waffle.io badge
waffle-iron Jan 23, 2016
a30f165
Merge pull request #320 from kevinhughes27/custom-filter-docs
ryanlanciaux Jan 24, 2016
0db0723
Merge pull request #327 from waffle-iron/master
ryanlanciaux Jan 24, 2016
ab42943
Merge pull request #304 from cmain/fix_subgrid_arrow
ryanlanciaux Feb 1, 2016
50f0ac6
Add discussion badge
ryanlanciaux Feb 6, 2016
48304b8
make non-sortable column default icon hidden
liorbentov Feb 7, 2016
472f9d5
Fixed defaultColSpan when using externalLoadingComponent and not usin…
JoakimLoop54 Feb 19, 2016
d677b89
Remove circular dependency between griddle and gridRowContainer
bouk Mar 3, 2016
357ebee
Merge pull request #350 from bouk/no-circular
ryanlanciaux Mar 4, 2016
610c0db
Merge pull request #340 from liorbentov/master
ryanlanciaux Mar 4, 2016
8a7fc3a
Update column metadata props data
mihirsoni Mar 6, 2016
4b716cb
Merge branch 'customHeaderComponent' of https://github.com/astraw/Gri…
joellanciaux Mar 11, 2016
998d337
Fixed issues with test, now passing in column value directly.
joellanciaux Mar 11, 2016
1f0af69
Updated documentation.
joellanciaux Mar 11, 2016
926a41e
Merge branch 'astraw-customHeaderComponent'
joellanciaux Mar 11, 2016
b65bfe8
Switch from underscore to lodash modules
jvivasclimate Jan 21, 2016
a0cd4ff
Remove old underscore from gridRow
jvivasclimate Jan 21, 2016
3a811d0
Use take instead of first due to difference between lodash/underscore
ryanlanciaux Mar 12, 2016
90e67ab
Update the this context of gridRowContainer
ryanlanciaux Mar 12, 2016
c500220
Merge branch 'yorchv-master'
ryanlanciaux Mar 12, 2016
74be928
Add filterByColumn method
ryanlanciaux Mar 12, 2016
00f2210
Partially working filterByColumn example
ryanlanciaux Mar 12, 2016
553d049
Get multi-filter working
ryanlanciaux Mar 14, 2016
75c252d
Set pagesize when filtering in column
ryanlanciaux Mar 14, 2016
1aaef4e
Add some basic tests
ryanlanciaux Mar 14, 2016
af8f1a1
Remove misleading comments
ryanlanciaux Mar 14, 2016
7e68c06
Merge pull request #357 from GriddleGriddle/addColumnFilters
ryanlanciaux Mar 15, 2016
a173ce4
0.4.0
ryanlanciaux Mar 15, 2016
6667b1b
Update docs regarding filterByColumn
ryanlanciaux Mar 15, 2016
83e94d7
Update README.md
ryanlanciaux Mar 15, 2016
be3ea13
0.4.1
ryanlanciaux Mar 18, 2016
f219ba6
Update build
ryanlanciaux Mar 19, 2016
1363b42
Select All Box Bug Fix
Mar 19, 2016
2561e74
Merge pull request #365 from thangaduraicse/master
ryanlanciaux Mar 19, 2016
b90b033
Give NoData component a colspan
Julusian Mar 23, 2016
aa844de
Merge pull request #366 from Julusian/nodata-colspan
ryanlanciaux Mar 23, 2016
f95584e
Update version in bower.json
Mar 31, 2016
1e250d1
Merge pull request #373 from hagabaka/master
ryanlanciaux Mar 31, 2016
b60d075
Support columns with dots
Dem0n3D Apr 8, 2016
cd70783
Add custom column sorting possibility
Dem0n3D Apr 8, 2016
6f8a46e
Fix for columns with same "displayName"
Dem0n3D Apr 8, 2016
b89024d
Fix numeric string value for CSS property
Dem0n3D Apr 8, 2016
70d7c0d
Merge pull request #380 from Dem0n3D/iss-228
ryanlanciaux Apr 13, 2016
0841a9b
Merge pull request #381 from Dem0n3D/iss-374
ryanlanciaux Apr 13, 2016
a3dfa9a
Merge pull request #382 from Dem0n3D/iss-337
ryanlanciaux Apr 13, 2016
0aaf7ad
Merge pull request #384 from Dem0n3D/iss-383
ryanlanciaux Apr 13, 2016
cebad0e
Use React 15
ryanlanciaux Apr 13, 2016
12e088b
Remove grunt-jsxhint
ryanlanciaux Apr 14, 2016
4b3a04c
Fix failing tests
ryanlanciaux Apr 14, 2016
974d151
Fix toggle custom component
ryanlanciaux Apr 14, 2016
88dabf5
Add documentation for custom sorting
Dem0n3D Apr 14, 2016
80f00e9
Merge pull request #387 from Dem0n3D/iss-337
ryanlanciaux Apr 14, 2016
1091164
Merge pull request #386 from GriddleGriddle/useReact15
ryanlanciaux Apr 16, 2016
26b24f8
0.5.0
ryanlanciaux Apr 17, 2016
6b2653d
0.5.1
ryanlanciaux Apr 20, 2016
3c9edab
Merge pull request #353 from mihirsoni/mihirsoni-352
ryanlanciaux Apr 22, 2016
5c64bbb
Merge pull request #281 from mikestopcontinues/allow-empty-grid
ryanlanciaux Apr 25, 2016
f29d466
add possibility to add custom styles to th
May 3, 2016
32a653f
compare functions refactored
iyeldinov May 12, 2016
7156c25
update documentation
iyeldinov May 15, 2016
f76afe4
refactor(gridTitle): better naming
iyeldinov May 15, 2016
4b700bd
Merge pull request #403 from iyel/add-custom-th-styles
Iyel May 15, 2016
b943e51
add editorconfig for consistency
iyeldinov May 15, 2016
2ab1751
Merge remote-tracking branch 'GriddleGriddle/master'
iyeldinov May 15, 2016
188ef1e
feat(griddle): add sortDirectionCycle
iyeldinov May 16, 2016
79659d0
feat(griddle): integrate sortDirectionCycle with initialSort
iyeldinov May 16, 2016
d041550
dist file
iyeldinov May 16, 2016
7bb76fb
refactor(lodash): replace separate lodash modules
iyeldinov May 17, 2016
a5ee0f6
remove unused deps
iyeldinov May 17, 2016
25cb355
fix initial sort
iyeldinov May 17, 2016
967f122
Merge pull request #415 from iyel/editorconfig
Iyel May 20, 2016
26b44f5
Fixed External Source 'Rows per page' value problem
vedatmahir May 23, 2016
303e756
feat(pagination): allow changing resultsPerPage outside of GridSettings
May 24, 2016
20d7aa0
Merge pull request #422 from bookmd/master
ryanlanciaux May 24, 2016
abc5776
Merge branch 'master' into feature/column-sort-enhancements
iyeldinov May 31, 2016
7db7a4d
allow multiple secondary sort
iyeldinov Jun 2, 2016
ccbbd08
fix typo
iyeldinov Jun 2, 2016
bb1e6d0
update changelog
iyeldinov Jun 2, 2016
bf428b1
0.6.0
iyeldinov Jun 2, 2016
bc8402a
[pagination] add custom pager options
Jun 6, 2016
f1759b3
Merge pull request #428 from tony-kerz/tk/custom-pager-options
ryanlanciaux Jun 6, 2016
6033869
[gitignore] include build
Jun 6, 2016
07542a5
Merge pull request #430 from tony-kerz/tk/custom-pager-options-built
ryanlanciaux Jun 6, 2016
181e072
Merge pull request #345 from JoakimLoop54/fixDefaultColSpan
Iyel Jun 16, 2016
bfa2ce0
fixed wrong name of variable
Jun 17, 2016
bf5ba4e
Merge pull request #435 from postalPain/bugfix/sorting
Iyel Jun 17, 2016
d437232
#66, #30 - Support filterable property in columnMetadata
karthikiyengar Jun 17, 2016
3be8963
Using lodash function that provides correct functionality
anaximander Jun 29, 2016
f837c41
Merge pull request #446 from wellConnectd/master
ryanlanciaux Jun 30, 2016
c6c3280
Slight fix to sort columns
ryanlanciaux Jul 3, 2016
34c4128
Merge pull request #436 from karthikiyengar/master
ryanlanciaux Jul 3, 2016
986a216
Merge pull request #450 from GriddleGriddle/fix449
ryanlanciaux Jul 3, 2016
021ae41
0.6.01
ryanlanciaux Jul 3, 2016
a2ad14e
Fix defaults for missing fields in results
abesto Jul 10, 2016
b024d51
Merge pull request #454 from abesto/patch-1
ryanlanciaux Jul 12, 2016
9b296c6
Overcome "Empty table header" accessibility error
Jul 13, 2016
a8e039f
Format booleans correctly
megawac Jul 19, 2016
6abcde6
Merge pull request #455 from liorbentov/patch-1
ryanlanciaux Aug 2, 2016
bdd451a
Merge pull request #456 from megawac/formatter
ryanlanciaux Aug 2, 2016
be2810a
[NEW] onRowMouseEnter, onRowMouseLave events; [FIX] #64;
Aug 11, 2016
125efe7
[NEW] onRowMouseEnter, onRowMouseLave events; [FIX] #64;
Aug 11, 2016
59d0f73
[NEW] onRowMouseEnter, onRowMouseLave events; [FIX] #64;
Aug 11, 2016
e1c8fac
[DOCS] updated docs for onRowMouseEnter and onRowMouseLeave Griddle e…
Aug 11, 2016
fff0495
[NEW] onRowWillMount, onRowWillUnmount events; [DOCS] documentation f…
Aug 11, 2016
825cf4e
Merge pull request #421 from vedatmahir/fixExternalPerPage
ryanlanciaux Aug 23, 2016
a9afb08
Fix 'Rows per page' value problem for npm users
Oct 7, 2016
1abf8a4
Merge pull request #484 from tatethurston/fixExternalPerPage2
ryanlanciaux Oct 7, 2016
cdddc7d
Fix sorting direction icon when useExternal is set
Oct 7, 2016
b57372c
Merge pull request #486 from tatethurston/fixExternalSortDirection
ryanlanciaux Oct 11, 2016
6945ced
feature request: allow a custom componentDidMount() method to be passed
Oct 25, 2016
08750a8
Support sending props on customNoDataComponent.
jesseproudman Oct 25, 2016
1c0a1ff
Merge pull request #503 from blueboxjesse/customNoDataComponent
ryanlanciaux Oct 30, 2016
6bea020
Merge pull request #501 from jblossom-denver/feature/componentDidMount
ryanlanciaux Oct 30, 2016
6b5c55d
add onSelectionChange and persist selectedRowIds across pages
tim-phillips Nov 1, 2016
c03f154
Merge branch 'onSelectionChange' of https://github.com/babenzele/Grid…
joellanciaux Nov 8, 2016
f0c52e9
Merge branch 'babenzele-onSelectionChange'
joellanciaux Nov 8, 2016
0411514
Brought module updates to scripts.
joellanciaux Nov 8, 2016
fcd83cb
0.7.0
joellanciaux Nov 8, 2016
ca5d564
allow columns with date constructor as data to be shown in grid settings
tim-phillips Nov 10, 2016
0eafcab
generate selected columns based on column metadata
tim-phillips Nov 10, 2016
395ef5b
Merge pull request #509 from babenzele/allow-date
ryanlanciaux Nov 11, 2016
c247392
remove unnecessary replacement of filteredColumns
tim-phillips Nov 14, 2016
c39ada0
Added code of conduct.
blkmutt Nov 16, 2016
7ce0375
Updated to version 1.3 instead of 1.4
blkmutt Nov 16, 2016
8caf948
Updated Code of Conduct
blkmutt Nov 16, 2016
830db37
Merge pull request #513 from BlackMuttMedia/master
ryanlanciaux Nov 17, 2016
83250a6
FIX remove toggling change
Nov 24, 2016
34cea1e
Feat[Sort]: Add case insensitive sort
Nov 25, 2016
d925b78
Merge pull request #516 from EtixLabs/master
ryanlanciaux Nov 26, 2016
5ae164c
Merge pull request #515 from flamerohr/external-sort-fix
ryanlanciaux Nov 28, 2016
3705786
feature request: allow a custom componentDidUpdate() method to be passed
Dec 2, 2016
15eb63e
Merge pull request #521 from jblossom-denver/feature/componentDidUpdate
ryanlanciaux Dec 2, 2016
6bf0e9f
Merge pull request #522 from babenzele/filtered-columns
ryanlanciaux Dec 5, 2016
7029fa5
columnFilter to filter nested data
tarnacious Dec 6, 2016
2b2d4a5
PR 521 code review: run grunt build
Dec 6, 2016
c3e86c5
Merge pull request #525 from jblossom-denver/run-grunt-build
ryanlanciaux Dec 7, 2016
bf3e2fe
Stop sorting internally if using external sort
Dec 8, 2016
60e8812
Merge branch 'feature/65-filter-nested-objects' of https://github.com…
joellanciaux Dec 9, 2016
1028aee
Re-including componentDidUpdate.
joellanciaux Dec 9, 2016
3c1d425
Merge branch 'tarnacious-feature/65-filter-nested-objects'
joellanciaux Dec 9, 2016
d8f7ee8
0.7.1
joellanciaux Dec 9, 2016
692642d
Adding function signature for external data documentation.
Dec 29, 2016
657bc92
Merge pull request #527 from flamerohr/stop-internal-sort
blkmutt Jan 24, 2017
0742ec9
Merge remote-tracking branch 'upstream/master'
Feb 19, 2017
79417d9
Merge remote-tracking branch 'upstream/master'
Feb 19, 2017
1e7a97d
Merge pull request #462 from goooseman/master
ryanlanciaux Feb 19, 2017
e30da45
0.8.1
ryanlanciaux Feb 19, 2017
4383666
Merge pull request #542 from apalanki/hotfix/issue#79
ryanlanciaux Feb 20, 2017
0701cec
fix rowMetaData not updated
Cerberus Feb 20, 2017
1fff4e3
Merge pull request #577 from Cerberus/fix-rowMetaData-not-updated
ryanlanciaux Feb 20, 2017
56d31d1
Fix[Filter]: Refresh results durint filtering
Mar 2, 2017
2edb788
Merge pull request #595 from EtixLabs/master
ryanlanciaux Mar 3, 2017
b8eb3c9
Improvements to column filter functions
Mar 21, 2017
359f3f1
Merge pull request #565 from dankrieger/custom_column_filtering
ryanlanciaux May 4, 2017
e3eae05
fix React.createClass and PropTypes for react 16
Oct 11, 2017
099b213
Merge pull request #753 from deepcontrast/react16
ryanlanciaux Apr 5, 2018
30e93cf
Add ship-it and related npm scripts
dahlbyk Apr 16, 2018
944c9a5
fix: do not setFilter from CWRP
dearsaturn Dec 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
columnFilter to filter nested data
Given data like this:

    data = [
       {
          somethingElse: [{ blah: "one",
             blah2: ["two"] }],
          ...
      },
      ...
    ]

The column filters can now match "one" and "two".
  • Loading branch information
tarnacious committed Dec 6, 2016
commit 7029fa508471ca6948dd9d6cc3ad022e46c279ca
Loading