I\'m trying to use this https://github.com/matfish2/vue-tables-2 with Vue 2.1.8.
And it\'s working perfectly BUT I need to use custom filters to format some fields based
Updated working fiddle for anyone who wants to play around. I still am not sure how to make it work with nested, single page components.
customFilters: [{ name: 'alphabet', callback: function(row, query) { return row.name[0] == query; } }]