MehdiChelh / dash-draggable

Dash components for building draggable and resizable grid layouts. Based on the well-known STRML/react-grid-layout.
MIT License
56 stars 13 forks source link

🛠️ [FIX] Fixed nrows and ncols arguments #11

Open lonlazer opened 2 years ago

lonlazer commented 2 years ago

Nrows arguments of GridLayout and ResponsiveGridLayout are now taken into account instead of always using the default value. Furthermore, the type of the ncols argument of ResponsiveGridLayout has been changed to object so that it accepts a dict with different values for each breakpoint according to the documentation. The program was tested solely for our own use cases, which might differ from yours.

Closes #8

Léon Lazar leon.lazar@mercedes-benz.com on behalf of Mercedes-Benz Tech Innovation GmbH, Imprint Licensed under MIT