Closed RajarshiBhadra closed 9 years ago
You can
d3tf(mtcars, enableTf = FALSE)
tableProps <- list(grid = FALSE)
d3tf(mtcars,
enableTf = TRUE,
tableProps = tableProps
)
tableProps <- list( col_2: "none")
d3tf(mtcars,
enableTf = TRUE,
tableProps = tableProps
)
Is there any way I can turn off the filtering option?