0

Is there a way to remove a compactType property from react-grid-layout? Because it causes for positions of grid items not to be properly saved, as it seems it render positions from database in vertical or horizontal order.

1 Answers1

0

Just pass a prop "compactType = {null}".

Piyush Pareek
  • 11
  • 1
  • 2