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

Bug: Select filters break Vue routing

Open 95jonpet opened this issue 6 years ago • 5 comments

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

I am using vue-router.

95jonpet avatar Jun 20 '19 06:06 95jonpet

Hi @95jonpet

I will have a look at this bug.

Thanks for reporting.

Cheers, Ruby.

rubanraj54 avatar Jun 22 '19 05:06 rubanraj54

Dear @rubanraj54 and @95jonpet the same happens even if I am not using routing. Could it be related to the usage of Vue.Js instead of jQuery?

NBoumakis avatar Aug 16 '19 14:08 NBoumakis

Hi @NBoumakis jQuery is on of the dependency for Bootstrap. Could you please install jQuery and try once again.

Cheers, Ruby.

rubanraj54 avatar Sep 07 '19 11:09 rubanraj54

Bootstrap is marked as a dependency and npm pulls in all transitive dependencies. vue-bootstrap4-table Has jQuery as a dev dependency. Perhaps it should be moved to the list of regular dependencies (runtime dependencies instead of compiletime)? The same goes for the bootstrap dependency.

95jonpet avatar Sep 08 '19 13:09 95jonpet

Perhaps, since it is vue-bootstrap4-table, it would be possible to change jQuery to Vue.JS?

NBoumakis avatar Sep 29 '19 11:09 NBoumakis