Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 276 Bytes

File metadata and controls

13 lines (9 loc) · 276 Bytes

Register provider

Start by registering the provider inside start/app.js file.

const providers = [
  'adonis-datagrid/providers/DataGridProvider'
]

Config

The config file has been saved inside config/dataGrid.js file. Feel free to tweak it accordingly.