0

I'm using vue-tables-2 for my Vue.js app and I'm wondering if there is a possibility to set up (programatically) default (initial) filters that are applied once table is rendered?

I would like to avoid finding that DOM's element and firing click element on that dropdown to set up those filters.

Kisiel
  • 21
  • 1
  • 7

1 Answers1

1

Use the initFilters option. See documentation here

Maxim Colesnic
  • 408
  • 1
  • 4
  • 12
Matanya
  • 6,233
  • 9
  • 47
  • 80