Psuedo css to show the dynamic data attribute
shop_table.subscription_details tbody tr td::before {
content: attr(data-title) ": ";
font-weight: 700;
}
Psuedo css to show the dynamic data attribute
shop_table.subscription_details tbody tr td::before {
content: attr(data-title) ": ";
font-weight: 700;
}
Powered by BetterDocs