We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fillMode
Currently the fillMode prop supports 3 options, equal-column, first-column, last-column. https://opensource.addepar.com/ember-table/latest/docs/guides/header/size-constraints#fill-mode
equal-column
first-column
last-column
I'm proposing adding a nth-column option with a supporting fillColumnIndex prop. This will allow placing the width delta in a middle column.
nth-column
fillColumnIndex
I'll submit a PR soon with a working implementation.
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Fixed with #635
No branches or pull requests
Currently the
fillMode
prop supports 3 options,equal-column
,first-column
,last-column
. https://opensource.addepar.com/ember-table/latest/docs/guides/header/size-constraints#fill-modeI'm proposing adding a
nth-column
option with a supportingfillColumnIndex
prop. This will allow placing the width delta in a middle column.I'll submit a PR soon with a working implementation.
The text was updated successfully, but these errors were encountered: