Skip to content

Conversation

@ineedfat
Copy link
Contributor

Fixed a view bugs.

Trinh Ho added 5 commits December 13, 2012 18:33
…ericmbarnard-master

Conflicts:
	src/classes/searchProvider.js
Remove underlining data filter and only filter visible columns and
visible data (through cellformatter). Add support for edge cases such as
when the column value is an object type.
Pass value directly into cellFilter and let user handle it, then unwrap
if necessary.
@ineedfat
Copy link
Contributor Author

Oops, must have overlooked that change when merging. I committed the change
and changed a minor thing.

-Trinh

On Wed, Dec 19, 2012 at 2:14 PM, davidjsilva [email protected]:

Be careful with "Fixing few bugs in Search Provider" there is a change
that's already been committed into the latest build which is not in your
pull request. Just want to make sure we don't lose that change.

if (searchConditions.length === 0) {
grid.filteredData(grid.sortedData.peek().filter(function(item) {
return !item._destroy;
}));}

Must perform the filter on sortedData in order to hide _destroy'ed rows.


Reply to this email directly or view it on GitHubhttps://github.com/ericmbarnard/KoGrid/pull/176#issuecomment-11551262.

Trinh Ho
B.S Computer Science
UW Alumni
Cell: 253-693-8746
[email protected]

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.

1 participant