vuetable-2 icon indicating copy to clipboard operation
vuetable-2 copied to clipboard

TableBodyClass,TableWrapperClass and TableHeader don t work

Open joslingax opened this issue 5 years ago • 0 comments

{ tableWrapper: "", tableHeaderClass: "mb-0", tableBodyClass: "mb-0", tableClass: "table table-bordered table-hover", loadingClass: "loading", ascendingIcon: "fa fa-chevron-up", descendingIcon: "fa fa-chevron-down", ascendingClass: "sorted-asc", descendingClass: "sorted-desc", sortableIcon: "", detailRowClass: "vuetable-detail-row", handleIcon: "fa-bars text-secondary", renderIcon(classes, options) { return <i class="${classes.join(" ")}" ${options}></span>; }

Why do the bold lines have no effect ? the custom css is not applied

joslingax avatar Feb 08 '20 19:02 joslingax