JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › grid with css height auto and add new row fails to display rows after ~3 adds › Reply To: grid with css height auto and add new row fails to display rows after ~3 adds
August 16, 2019 at 10:41 am
#100190
admin
Keymaster
I had already found a better workaround earlier for height auto, addNewRow!
- Start with fixed height in CSS
- Change height to auto in JS
Auto-height with add new row:
- broken – https://codepen.io/cetinsert/pen/mdbPYRJ
- working – https://codepen.io/cetinsert/pen/eYOZqEg (marked in CSS and JS panes as FIX1)
<hr />
What about the counter starting at 2?
Is that going to be addressed as well?