Service Configuration
dashboardConfig - Inside you service options:
all the configuration is optional
sideBarIconName - string allow you to change the default icon on the dashboard sidebar
ant.design icon name
defaultFieldsToDisplay - array default value is ['_id','createdAt','updatedAt']
docLayout - array to change the layout of the document by default the input will be render one under the other with docLayout you can force other layout if you are passing a docLayout, only fields inside the docLayout will be render to the screen
docTitleField - string The field to display as page title when edit a document
populate - array Use populate When you want the table to populate fields
This property only adds the populate to client request, you still need to handle the ability, read this
Last updated