Card Indexing
This feature is available in DASH Pro only.
ESP-DASH Pro provides you with a setIndex
function in both cards and charts to modify the position of them on the dashboard.
Example:
card1.setIndex(0);
Indexing works in ascending format. The lowest card index will be placed in the front of the list and the highest index will be put in the end. It allows you to set the layout according to your wish.