Search with Grid / Layout Grid?

The searchbar search works if we use list view but is it possible to archive it if I use grid layout?

            <f7-row class="searchbar-found" id="search-list">
                <f7-col width="25" v-for="item in items" tablet-width="25">
                    {{item}}
                </f7-col>
            </f7-row>

Yes, you need to specify relevant search-item property http://framework7.io/vue/searchbar.html#searchbar-properties . Probably should be search-item=".col" in this case

I have tried several options but with no luck.

JSHint with small example with what you have tried will be good