Vue Grid Component
A vuejs component to render tables. It obviously still lacks features, but everything should work correctly.
Usage
The id property is an identifier, that connects the table to the pagination. So you can actually place your pagination in another area of the site (e.g. some sidebar).
el: 'body'{returnsearchQuery: ''gridColumns: 'name' 'age'gridData:name: 'Barack Obama' age: 53name: 'Some Dude' age: 24name: 'Another Dude' age: 34// ...;};