vue-bootstrap4-table icon indicating copy to clipboard operation
vue-bootstrap4-table copied to clipboard

Advanced table based on Vue 2 and Bootstrap 4 ⚡️

Results 65 vue-bootstrap4-table issues
Sort by recently updated
recently updated
newest added

When clicking the filter button for "select" filters, the selection does not open and the route is changed to the root in a single page application using # to declare...

Hi @rubanraj54, thanks you for awesome library. As a title, I want to customize global search. I want to global search only filter row base a some field, example field...

This component is very good and I using it but it much more awesome if name support multiple values with separation of " | ", I'm trying to do on...

STR: - navigate to demo page https://codepen.io/rubanraj54/full/zyZdzN - navigate to any page using pagination bar expected: pagination_info will reflect current page actual: pagination_info stays the same "From 1 to 10...

It would be nice to have the ability to add custom filters - such as a date range Also, is the date range filter likely to become available soon?

If pass `per_page` and `page` properties in the config, then it's always the first page. If pass just `page` then it works fine, it renders specified page after mount. If...

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...

Hi @rubanraj54 Would it be possible when the user clicks the 'reset query' button, the filters are reset to the initial values, rather than empty Cheers

hai @rubanraj54 my base is url http://localhost:8081/product/list? if i wanna multiple filter in column product_name and column color backend must receive http://localhost:8081/product/list?product_name=smartphone&color=red how to achieve that because onChangeQuery function update...

Hi dev, I can't find method to put footer `` inside table to show the sum of column values. ``` | A | B | C | ------------------------- | Foo...