0
library(DT)
datatable(
iris,
style = "default",
filter = "top",
class = "hover stripe compact"
)
我可以使用下面的CSS
table.dataTable.no-footer {
border-bottom: 1px solid #ddd;
}
但是我似乎無法調整頁腳邊框明白我怎麼能更改列名下的邊框,也不更改邊框在主體的第一行上。這怎麼能做到?