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

First column in Table #7336

Closed
tborowy opened this issue Jul 5, 2017 · 2 comments
Closed

First column in Table #7336

tborowy opened this issue Jul 5, 2017 · 2 comments
Labels
component: table This is the name of the generic UI component, not the React module! new feature New feature or request

Comments

@tborowy
Copy link

tborowy commented Jul 5, 2017

I have a table that has set widths for columns ... and is scrolled horizontally because the content is dynamic and I can suddenly get more columns.
I need to do so that when I scroll horizontally I always want to see the first column.

  • Material-UI: 0.17.0
  • React: 15.4.2
  • Browser: Chrome 59.0.3071.115 (64 bit)
@slavab89
Copy link
Contributor

It is something that you should implement on your own, dont know if material design has something ready for this.
But in general, it might be something that you should be able to achieve with CSS and scrolling of the table container.

You might want to take a look at https://bvaughn.github.io/react-virtualized/#/components/Grid though. Seems to be exactly what you need.

@oliviertassinari oliviertassinari added the component: table This is the name of the generic UI component, not the React module! label Jul 14, 2017
@oliviertassinari oliviertassinari added v1 new feature New feature or request labels Aug 22, 2017
@eps1lon
Copy link
Member

eps1lon commented Jun 28, 2019

This is a feature that we would like to see implemented in userland. Maybe we'll add a more feature-rich table to the @material-ui namespace in the future but for now this remains a basic component for simple data display.

material-table is a more feature-rich table component that is built on top of @material-ui/core/Table. They also haven an open issue about frozen columns: mbrn/material-table#43. Be sure to upvote that issue if you're interested in that feature.

@eps1lon eps1lon closed this as completed Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: table This is the name of the generic UI component, not the React module! new feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants