Implementing a minimal dashboard with drag and drop in JavaScript
In this article we’ll demonstrate the implementation of a minimal dashboard where the added widgets can be dragged across the visual grid.
Common coding solutions with a special focus on the practical implementations of ECMAScript and the most recent DOM versions.
In this article we’ll demonstrate the implementation of a minimal dashboard where the added widgets can be dragged across the visual grid.
A kanban grid is based on drag and drop, allowing items to be moved from one column to another. In this article we’ll see how to implement the JavaScript code needed to handle this type of component.
A common problem when sending statistical (analytics) data to the server from the frontend is that when using AJAX, you often end up blocking the page load. Fortunately, there’s a native solution.