Vue-good-table: Global search broken when using vue-good-table in DOM template

Created on 14 Feb 2018  路  3Comments  路  Source: xaksis/vue-good-table

The table in my project is defined as follows:

<vue-good-table
        id="data-table"
        :columns="workerTableColumns"
        :rows="workerTableData"
        :paginate="true"
        style-class="table table-bordered table-striped"
        v-bind:row-style-class="getThisRowClassAndId"
        :global-search="true"
        :sortable="false"
        :per-page="50"
>

With 1.19.0 search works in my table. Starting from 1.19.2, search produces an error in the console:

screen shot 2018-02-14 at 1 26 46 pm

bug

All 3 comments

@advicepyro thanks for pointing this out, fix coming up shortly

@advicepyro this should now be fixed in 1.19.3

im on vue 2.5.13 and vue beta.7 and this is still the problem. @xaksis

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jannishuebl picture jannishuebl  路  3Comments

sorayadragon picture sorayadragon  路  7Comments

dsinibaldi77 picture dsinibaldi77  路  4Comments

mgd722 picture mgd722  路  7Comments

jonathan-wondereur picture jonathan-wondereur  路  6Comments