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

Add support for frozen columns/rows #3654

Closed
PhaedrusTheGreek opened this issue Jun 24, 2020 · 1 comment
Closed

Add support for frozen columns/rows #3654

PhaedrusTheGreek opened this issue Jun 24, 2020 · 1 comment

Comments

@PhaedrusTheGreek
Copy link
Contributor

Today, I can make the table scrollable horizontally by doing:

<EuiInMemoryTable style={{ overflow: "auto"}}/>

Which immediately leads to the next question of, can columns or rows be frozen?

@cchaos
Copy link
Contributor

cchaos commented Jun 24, 2020

@PhaedrusTheGreek Valid request! However, we've split this type of functionality between having a data-grid or simple table display experience. This would fall under the data-grid experience in which we have a new component EuiDataGrid and having frozen rows/columns is on that roadmap (#2839). So we won't be adding that type of support for EuiInMemoryTable or EuiBasicTable.

I'm going to close this as a wont-fix. Sorry if that's not the answer you were hoping for, but I propose that you'd probably be more interested in EuiDataGrid.

@cchaos cchaos closed this as completed Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants