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

If a column was invisible in the Datatable, the wrong Column target was used #2464

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bozzit
Copy link
Contributor

@bozzit bozzit commented Jan 17, 2025

Workaround was to put all invisible columns as the last columns of the table, but this fix should take care of the issue

@duboisp
Copy link
Member

duboisp commented Jan 20, 2025

Pre-approved upon review

@duboisp duboisp self-assigned this Jan 20, 2025
@duboisp
Copy link
Member

duboisp commented Jan 20, 2025

@bozzit Can you comment here the answer at the following question that describe your change (what + impact):

  • Clear and simple explanation of the change/update;
  • The impact on the sponsored department for that change/update;
  • The impact on the public for that change/update.

@bozzit
Copy link
Contributor Author

bozzit commented Jan 20, 2025

  • Change was to fix a bug with tables that have hidden columns. The hidden columns caused the formatting to apply to the wrong column
  • The bug is now fixed and the workaround of having to move the hidden columns to the end is no longer necessary
  • The bug is now fixed and the workaround of having to move the hidden columns to the end is no longer necessary

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.

2 participants