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

Force consistency with table metadata between array and object data #933

Closed

Conversation

gabrielliwerant
Copy link
Collaborator

Closes #928.

Sending in array of arrays data vs array of objects data into the table was resulting in different tableData in the tableMeta object. Now, either should result in data that matches passing in array of arrays tableData.

It's possible this will be cause breakage for people relying on the inconsistent behavior, so saving this for a major release, unless I can trace it back as a relatively new issue, at which point, it could be released with a minor release.

@coveralls
Copy link

coveralls commented Sep 17, 2019

Coverage Status

Coverage increased (+0.4%) to 77.057% when pulling 6c15deb on bugfix/issue-928-consistency-meta-issue into f0ea9e5 on master.

@gabrielliwerant gabrielliwerant added v3 Denotes that this issue is required for v3 release of this library breaking change labels Sep 20, 2019
@patorjk
Copy link
Collaborator

patorjk commented May 31, 2020

Added manually to v3.

@patorjk patorjk closed this May 31, 2020
@patorjk patorjk reopened this May 31, 2020
@patorjk
Copy link
Collaborator

patorjk commented May 31, 2020

Actually, upon further testing, this update destroys performance with larger data sets. I'm going to leave this inconsistency in the table for now until a better performing work around can be developed.

@patorjk patorjk added investigate further on hold and removed v3 Denotes that this issue is required for v3 release of this library labels Jun 1, 2020
@patorjk
Copy link
Collaborator

patorjk commented Jul 16, 2020

Issue resolved in #1404 (new tableMeta parameter currentTableData should be used).

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.

tableData changes if sorted/filtered
3 participants