This commit is contained in:
2020-01-31 00:34:37 +00:00
parent 38e0b1c610
commit 2dee1dd9c6
2 changed files with 4 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ SHELL / NAV / MENUS / LAYOUT
TODO: Add property to enable select on datatable rows and also event to bubble up selected rows to parent
TODO: Save grid settings on paging changes, when open grid get last paging so editing records doesn't lose your position when you come back
- Also scrollposition
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
TODO: main.js filters need to be finished
TODO: Grid is leaving space for side nav on it's right side when in medium width or if make nav go away in full screen

View File

@@ -5,8 +5,8 @@
dataListKey="TestWidgetDataList"
:caption="getCaption()"
:dataFilterId="currentDataFilterId"
:showSelect="true"
:singleSelect="true"
:showSelect="false"
:singleSelect="false"
>
</gz-data-table>
</v-container>