mui-table icon indicating copy to clipboard operation
mui-table copied to clipboard

Resizable columns

Open techniq opened this issue 7 years ago • 4 comments

techniq avatar Apr 26 '18 15:04 techniq

@techniq I just realized that I need this feature, probably moreso than other things. I suppose I could wrap the contents in a Tooltip to show the full content if the column width hides some info?

ericpyle avatar Aug 20 '18 16:08 ericpyle

@ericpyle I have used tooltips in the past, or allowed controlling which columns are available to see (to give more room for columns you care about).

I should be pushing a beta of the non-react virtualized version soon (possibly later today). This will allow for display: table layouts (and display: grid at some point) which can more easily wrap long columns or size themselves to fit contents, which is difficult with react-virtualized's Grid. I think this change alone will help reduce the need for the feature (but not remove), but I still plan to support it in some vain at some point (leveraging react-draggable likely).

techniq avatar Aug 20 '18 17:08 techniq

@techniq yes, I think wrapping or auto-sizing to fit contents would probably be sufficient in most cases. Thanks for working on that!

ericpyle avatar Aug 20 '18 19:08 ericpyle

@ericpyle Version 2.0.0 released - https://github.com/techniq/mui-table/issues/13

techniq avatar Aug 20 '18 20:08 techniq