You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wrapper around the [DataTable](/reference/dashboard/list-views/data-table#datatable) component, which automatically configures functionality common to
8
8
list queries that implement the `PaginatedList` interface, which is the common way of representing lists
@@ -117,7 +117,7 @@ Parameters
117
117
118
118
<MemberInfokind="parameter"type={`Readonly<<a href='/reference/dashboard/list-views/paginated-list-data-table#paginatedlistdatatableprops'>PaginatedListDataTableProps</a><T, U, V, AC>>`} />
Options used by the [vendureDashboardPlugin](/reference/dashboard/vite-plugin/vendure-dashboard-plugin#venduredashboardplugin) to configure order-related
Options used by the [vendureDashboardPlugin](/reference/dashboard/vite-plugin/vendure-dashboard-plugin#venduredashboardplugin) to configure aspects of the
308
331
Dashboard UI behaviour.
309
332
310
333
```ts title="Signature"
311
334
interfaceUiConfigPluginOptions {
312
335
api?:ApiConfig;
313
336
i18n?:I18nConfig;
337
+
orders?:OrdersConfig;
314
338
}
315
339
```
316
340
@@ -326,6 +350,11 @@ Configuration for API connection settings
0 commit comments