talpor / django-dashing

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731 stars 108 forks source link

Fixed widgets #99

Open angelmc opened 2 years ago

angelmc commented 2 years ago

Good morning,

I am quite new working in this area, and I am in a project in which I have inherited a code that works with djago-dashing.

We have a panel with four widgets (2 Number type and 2 List type). My question arises because when I click on a widget and drag the widget it changes position with the rest.

Is there any way to fix these widgets and it is not possible to move them with the mouse.

Thank you very much