JD - Nickolas Freitas
JD - Nickolas Freitas
I'm having this issue when I have multiple items that have the same row (`row: 1`) in the object passed to `ngGridItem`, but they are rendered in different rows, and...
I'm using the following settings: ``` { 'margins': [10, 10, 10, 10], 'draggable': true, 'resizable': true, 'max_cols': 10, 'max_rows': 0, 'visible_cols': 0, 'visible_rows': 0, 'min_cols': 1, 'min_rows': 1, 'col_width': 0,...
Set 'prefer_new' in grid settings to true to use the row value for items.