TABLE_FOOTER_GROUP

Static TABLE_FOOTER_GROUP 

Source
pub static TABLE_FOOTER_GROUP: Lazy<String>
Expand description

Generated from css file. Class content: display: table-footer-group;

§Example

html!("div", { .dwclass!("table_footer_group") });