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: the last Table column is not calculated when the columns have a … #1564

Conversation

rgah2107
Copy link
Collaborator

fix: #1552

Changes proposed in this PR:

@nexxtway/react-rainbow

@commit-lint
Copy link

commit-lint bot commented May 19, 2020

Bug Fixes

  • the last Table column is not calculated when the columns have a width fixed (5d449c8)
  • modify some values (933ebc1)
  • modify comment (cccecc2)

Contributors

@rgah2107, @TahimiLeonBravo

@TahimiLeonBravo TahimiLeonBravo requested review from TahimiLeonBravo and removed request for AlejandroYanes May 20, 2020 14:53
@@ -405,7 +405,7 @@ export default class Table extends Component {
};
const maxRowSelection = this.getMaxRowSelection();
const minColWidth = Number(minColumnWidth) || 50;
const maxColWidth = Number(maxColumnWidth) || 1000;
const maxColWidth = Number(maxColumnWidth) || 5000;
Copy link
Collaborator

@TahimiLeonBravo TahimiLeonBravo May 21, 2020

Choose a reason for hiding this comment

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

Let's use Infinity instead 5000

@TahimiLeonBravo TahimiLeonBravo merged commit 18353ab into nexxtway:master May 21, 2020
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.

fix: the last Table column is not calculated when the columns have a width fixed
3 participants