View | Details | Raw Unified | Return to bug 34466
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue (-1 / +7 lines)
Lines 153-158 export default { Link Here
153
            .columns(this.hidden_ids)
153
            .columns(this.hidden_ids)
154
            .visible(false)
154
            .visible(false)
155
155
156
        dt.on("search.dt", function (e, settings) {
157
            toggledClearFilter(
158
                settings.oPreviousSearch.sSearch,
159
                settings.nTable.id
160
            )
161
        })
162
156
        if (Object.keys(this.actions).length) {
163
        if (Object.keys(this.actions).length) {
157
            const self = this
164
            const self = this
158
            dt.on("draw", () => {
165
            dt.on("draw", () => {
159
- 

Return to bug 34466