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

Fix addResizedColumns interaction with addGridLayout #27

Merged
merged 2 commits into from
Jul 2, 2022

Conversation

bryanmylee
Copy link
Owner

@bryanmylee bryanmylee commented May 28, 2022

As we support more layout options, we'll need a better way of setting the widths of columns.

Currently, addResizedColumns defines the width, min-width, and max-width style properties for each cell. However, we may not always want to use width as the basis of the column resizing.

This indicates that we need a form of information passing from the attributes of addResizedColumns to the attributes of addGridLayout i.e. addGridLayout should be able to read and modify the attributes defined by addResizedColumns.

This would close #26.

@bryanmylee bryanmylee self-assigned this May 28, 2022
@bryanmylee bryanmylee added this to the v1.0.0 milestone May 28, 2022
@coveralls
Copy link

coveralls commented May 28, 2022

Pull Request Test Coverage Report for Build 2399941804

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 70.42%

Totals Coverage Status
Change from base Build 2399914775: 0.0%
Covered Lines: 393
Relevant Lines: 561

💛 - Coveralls

@vercel
Copy link

vercel bot commented Jul 2, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
svelte-headless-table ✅ Ready (Inspect) Visit Preview Jul 2, 2022 at 3:43AM (UTC)

@bryanmylee bryanmylee marked this pull request as ready for review July 2, 2022 03:44
@bryanmylee bryanmylee merged commit 284dad2 into main Jul 2, 2022
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.

addResizedColumns breaks with addGridLayout
2 participants