@Surya1987 wrote:
The Table which got generated after using the D3TableFilter has no proper alignment of the Variable Names. So how can we align them? I have used a ColumnResizer Property as below. However it is not resizing the column.
d3tf(Table2,
edit = c("col_4", "col_5"),
enableTf = TRUE,
extensions = c("ColumnsResizer"),
tableProps = tableProps,
selectableRows="single",
filterInput = TRUE,
tableStyle = "table table-bordered");})
Posts: 1
Participants: 1