ratiw / vue-table

data table simplify! -- vuetable is a Vue.js component that will automatically request (JSON) data from the server and display them nicely in html table with swappable/extensible pagination component.
MIT License
1.83k stars 303 forks source link

Bootstrap implementation ... #151

Open jdriesen opened 7 years ago

jdriesen commented 7 years ago

Hi folks,

Anybody having an idea where I can find the source of this one ? http://vuetable.ratiw.net/examples/bootstrap.html

I'm struggling for 3 days now... I've followed all lessons, but whatever I'm trying, I can't succeed in implementing Bootstrap in combination with the search functionality... (lesson 13 doesn't work...)

Any help would be highly appreciated. Thanks in advance for your any help or hint.

Kind regards, Johnny

ratiw commented 7 years ago

@jdriesen Are you trying to implement the search using version 1 or 2 of Vuetable? If it is for Vuetable-2, have you tried looking at this vuetable-2-tutorial-bootstrap?

jdriesen commented 7 years ago

Hi Ratiw, Thanks for the quick response. I'm trying to implement Vuetable-2

I think (! not sure yet, more about it today) the Search event isn't fired. I'm rather new to all this, so it will take some time to investigate.

Will keep you informed. Kind regards, Johnny