vue-bootstrap4-table
vue-bootstrap4-table copied to clipboard
filter classes
Hi @rubanraj54
You current have row_classes and column_classes for columns. Can I request a filter_column_class for the column?
This will be useful for adding styling the filter input.
And adding functionality like daterangepicker eg if filter_column_class = "daterange"
$('.daterange').daterangepicker();
Cheers