Bootstrap Vue b-table filter

You can see in the code below, I'm trying to build a list of several filtered tables. Any suggestions how I could filter the items in a b-table by two filter criteria?

b-table filter doesn't support more than one criteria, so I've tried the following passing the v-for "state" parameter through the :items, but thats not working.

<b-table	v-for="state in states"
               :items="ftrSNbyZN_State(state)" 
	       :filter="tab.toString()" :filter-function="ftrSNLayer">						
</b-table>

Sorry, this is a boostrap-vue question, you may need to ask an a forum for that library.

This works!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.