Skip to content

Conversation

dearsaturn
Copy link

@dearsaturn dearsaturn commented Dec 8, 2021

Ignore this!

mikestopcontinues and others added 30 commits December 2, 2015 11:33
…iddle component to every customRowComponent instance. May possibly be used in other places in the future.
Fix for the following issue:
The component or characters that are added into the first column of a subgrid row
(parentRowCollapsedComponent and parentRowExpandedComponent, default or custom) are
not displayed when a metadata object (from columnMetadata) exists for this first column.
…r-docs

Add Docs for Custom Filter function and Component
Subgrid Icons Not Displayed if Metadata Present
Remove circular dependency between griddle and gridRowContainer
Make non-sortable column default icon hidden
ryanlanciaux and others added 26 commits December 4, 2016 20:41
Remove unnecessary replacement of filteredColumns
Given data like this:

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

The column filters can now match "one" and "two".
…build

PR 521 code review: run grunt build
Stop sorting internally if using external sort
# Conflicts:
#	build/Griddle.js
#	modules/gridRow.jsx.js
# Conflicts:
#	build/Griddle.js
#	modules/gridRow.jsx.js
onRowMouseEnter and onRowMouseLeave Griddle events
Adding function signature for external data documentation.
Fix[Filter]: Refresh results during filtering
…iltering

Improvements to column filter functions
v0: fix React.createClass and PropTypes for react 16
@dearsaturn
Copy link
Author

Whoops, this is the wrong repository. This is for an internal fork.

@dearsaturn dearsaturn closed this Dec 8, 2021
@dearsaturn dearsaturn deleted the fix/updating-filter-from-cwrp branch December 8, 2021 03:04
@dearsaturn dearsaturn restored the fix/updating-filter-from-cwrp branch December 8, 2021 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.