Automatically open data cards when the grid loads
No changes needed for this to function
Type: Javascript
jq(document).ready(function() {
jq('span.icon-wrap').click();
});
No changes needed for this to function
jq(document).ready(function() {
jq('span.icon-wrap').click();
});