SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 295 forks source link

Adding ColumnResizer and ColumnHider messes with minWidth #1288

Closed kvenkataMathworks closed 4 years ago

kvenkataMathworks commented 8 years ago

Reproduction steps:

  1. Enable ColumnHider and ColumnResizer
  2. Hide "Last Name" column.
  3. Expand "First Name" column.
  4. Show "Last Name" Column.

Last Name column now can be resized to 0 px.

msssk commented 8 years ago

Can you provide some more details on how to reproduce this issue?

Following the provided directions in the dgrid Laboratory I am not able to reproduce it. Resizing the "Last Name" column always results in it respecting the minimum width. If I increase the width of the "First Name" column, I can increase it enough that "Last Name" is no longer immediately visible, but in that case the column content exceeds the grid's width and a horizontal scrollbar is provided to scroll to the right and see the "Last Name" column.

msssk commented 4 years ago

Closing due to age and inactivity. Please provide a reproducible test case if you continue to experience the problem.