Vue

Grid.js has a native Vue wrapper which can be used to create a Grid.js instance within a Vue app. Use the gridjs-vue package to integrate your Vue app with Grid.js.
#
Install#
Component Registration#
Local Registration#
Global RegistrationIn main.js
or wherever you specify your global components:
#
UsagePass cols
(an array of column headers) and either rows
, from
, or server
as a data source to the component. Everything else is optional.
Refer to Grid.js documentation for specific configuration options.