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

KendoReact Grid layout broken for scrollable="none" #687

Open
SweVictor opened this issue Jul 28, 2020 · 1 comment
Open

KendoReact Grid layout broken for scrollable="none" #687

SweVictor opened this issue Jul 28, 2020 · 1 comment
Labels
Bug Item which indicates that something is not working pkg:Grid SEV: Low

Comments

@SweVictor
Copy link

I'm submitting a...

  • Bug report

Current behavior

For KendoReact Grid when setting scrollable="none" table-layout is no longer fixed and header and body of table is in the same container (they are separated when setting scrollable="scrollable").

This often breaks the visual layout of the table and makes behavior inconsistent with other scroll modes.

Expected behavior

Layout should not change when changing scroll mode, presumably by always setting table-layout to fixed. Possibly header and body container should always stay, but that's more of an implementation detail.

Minimal reproduction of the problem with instructions

See example below for details. Most prominent on smaller widths.
https://react-jdmney.stackblitz.io

What is the motivation or use case for changing the behavior?

Make scroll-mode="none" usable without css hacks.

Browser:

  • Chrome (desktop) Version 84.0.4147.89 (Official Build) (64-bit)
@simonssspirit simonssspirit added the Bug Item which indicates that something is not working label Aug 16, 2021
@kdikov82
Copy link
Contributor

related with #774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working pkg:Grid SEV: Low
Projects
None yet
Development

No branches or pull requests

4 participants