Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Table] Make reordering work in the table example #1263

Merged
merged 14 commits into from
Jun 22, 2017

Conversation

cmslewis
Copy link
Contributor

@cmslewis cmslewis commented Jun 21, 2017

Changes proposed in this pull request:

Column and row reordering now work in the Table example (had to totally change the data store backing the example, hence the new DenseGridMutableStore.

I discovered a bunch of bugs in this work, including:

Screenshot

reordering-example

10000,
1000000,
1000,
100000,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rendering 1,000,000 cells now throws Maximum Call Stack Exceeded errors because I'm saving the rows in memory to retain their order, which I wasn't doing before. So I got rid of that option for now.

@blueprint-bot
Copy link

Fix row insertion

Preview: documentation | table
Coverage: core | datetime

@tgreenwatts
Copy link
Contributor

This doesn't have the reorder handle icon in the interaction bar?

Copy link
Contributor

@tgreenwatts tgreenwatts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me! 👍

Copy link
Contributor

@llorca llorca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I discovered a bunch of bugs in this work, including:

Damn 🥇

@blueprint-bot
Copy link

Fix row insertion

Preview: documentation | table
Coverage: core | datetime

@blueprint-bot
Copy link

Merge branch 'master' into cl/table-example-reordering

Preview: documentation | table
Coverage: core | datetime

@cmslewis cmslewis merged commit 3399cd1 into master Jun 22, 2017
@cmslewis cmslewis deleted the cl/table-example-reordering branch June 22, 2017 18:46
@cmslewis cmslewis mentioned this pull request Jun 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants