Rati Wannapanop
Rati Wannapanop
@pfzwaan I think you might have to refer to [this](https://github.com/matfish2/vue-tables-2) instead.
@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](https://github.com/ratiw/vuetable-2-tutorial-bootstrap)?
@a119347 This has nothing to do with vuetable at all. It's Laravel's code on the serve side.
@a119347 You have already set the `pagination-path` correctly. However, the `pagination` information is not correct. See [here](https://github.com/ratiw/vue-table/wiki/Data-Format-%28JSON%29)
@Jigsaw5279 That would be risky for memory management. It is designed to help you keep track of the selected row(s) across the whole data set, so that you can decided...
@Jigsaw5279 Hmm, I don't quite see the picture. But does this [one](https://github.com/ratiw/vue-table/issues/35) helps?
@PrimozRome I may not be able to help you that much on this topic. What I did was just wrapping the [transition](https://github.com/ratiw/vuetable-2/blob/master/src/components/Vuetable.vue#L91-L95) around the detail row. The string you passed...
@PrimozRome I haven't actually used it myself. Can you help sending PR for this based on `develop` branch?
@PrimozRome Thanks, really appreciated. :)
@AngeloAnolin Sorry, my suggestion in #286 was a bit vague. The suggestion was actually not to use `__checkbox` special field, but instead use the `vuetable:row-clicked` event together with `row-class` prop...