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

Resizing column width #209

Closed
progMorten opened this issue Jul 20, 2017 · 3 comments
Closed

Resizing column width #209

progMorten opened this issue Jul 20, 2017 · 3 comments
Labels
enhancement Grid The DevExtreme Reactive Grid component

Comments

@progMorten
Copy link

Hi,
Is it possible to adjust the column width of the grid? One of the column values in my application are GUIDs, and at the moment, due to many columns, part of the guid/column field is hidden/clipped.

Kind regards,
Morten

@kvet kvet self-assigned this Jul 20, 2017
@kvet
Copy link
Contributor

kvet commented Jul 20, 2017

Hi,
 
There is no official way to set column width. But it is possible to do it with an undocumented API. Check the following example: https://github.com/DevExpress/devextreme-reactive/blob/master/packages/dx-react-demos/src/bootstrap3/column-reordering/uncontrolled.jsx

@kvet
Copy link
Contributor

kvet commented Sep 12, 2017

To set a specific width of a column, specify the width property of the Column interface. Refer to the API Reference for more details: https://devexpress.github.io/devextreme-reactive/react/grid/docs/reference/table-view/#column
 
The column resizing feature implemented in #297 will be released soon.

@kvet kvet closed this as completed Sep 12, 2017
@dxrobot dxrobot added the Grid The DevExtreme Reactive Grid component label May 2, 2019
@dxrobot dxrobot unassigned kvet May 2, 2019
@lock
Copy link

lock bot commented Jun 15, 2019

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Grid The DevExtreme Reactive Grid component
Projects
None yet
Development

No branches or pull requests

4 participants