Card Indexing
Pro Feature
This is an exclusive feature of DASH Pro. Check it out here.
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.