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

Separate the movement of the header and item in the grid. #165

Open
Yria opened this issue Oct 21, 2024 · 1 comment
Open

Separate the movement of the header and item in the grid. #165

Yria opened this issue Oct 21, 2024 · 1 comment
Labels
bug Something isn't working feature request

Comments

@Yria
Copy link

Yria commented Oct 21, 2024

Hi, I need your help.

The grid header is the first item in the VirtualisedList.

And the VirtualisedList acts like a grid, because of the isGrid flag.

So when the focus of the header moves left or right, the focus of the first row of the grid moves with it.

This is uncomfortable if the buttons in the header are smaller than the items in the first line.

Is there a way to separate the header behaviour from the grid behaviour?

Thank you.

@pierpo
Copy link
Member

pierpo commented Oct 22, 2024

Hello @Yria,

So sorry about that, yes indeed it's a limitation with the grid header as of today 😭

It's been discussed here already, and it's definitely something we need to solve.
It's in our backlog but I can't tell when we'll be able to solve this. I'm not working actively on the lib right now so I can't take big tasks yet. I might get back to it in January/February.

If it's a big limitation for you and you're dependant on the library, we could have a chat together so that I help you find solutions! 🙌

#95 (comment)

@pierpo pierpo added the bug Something isn't working label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature request
Projects
None yet
Development

No branches or pull requests

2 participants