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: correct height and position for inner element #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chintankavathia
Copy link
Member

@chintankavathia chintankavathia commented Nov 7, 2024

fix datatable-selection element which is not correctly getting height and position.

steps:

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

What is the new behavior?

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

@chintankavathia chintankavathia marked this pull request as ready for review November 7, 2024 08:54
@chintankavathia chintankavathia force-pushed the fix/wrapper-element-height branch from 23beb97 to 5d3a0d3 Compare November 7, 2024 09:01
@spike-rabbit
Copy link
Collaborator

Not sure, if this is really the correct fix. In my opinion the actual problem here is, that this is a component, while it should be at a directive.or maybe even just merged into the datatable-scroller which itself should not be a component either.

@chintankavathia chintankavathia force-pushed the fix/wrapper-element-height branch from 5d3a0d3 to 62aafd5 Compare November 8, 2024 08:59
@chintankavathia chintankavathia requested review from spike-rabbit and removed request for timowolf November 8, 2024 10:15
@chintankavathia chintankavathia removed their assignment Nov 8, 2024
@chintankavathia chintankavathia force-pushed the fix/wrapper-element-height branch 3 times, most recently from 2800458 to 9735588 Compare November 21, 2024 08:53
BREAKING CHANGE: replaced `DataTableSelectionComponent` with `DataTableSelectionDirective` and `ScrollerComponent` with `ScrollerDirective`. This components were used internally and now replaced as directives.
@chintankavathia chintankavathia force-pushed the fix/wrapper-element-height branch from 9735588 to 23addae Compare November 21, 2024 08:57
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