This commit is contained in:
@@ -48,8 +48,7 @@ CURRENT TODOs
|
|||||||
SHELL / NAV / MENUS / LAYOUT
|
SHELL / NAV / MENUS / LAYOUT
|
||||||
|
|
||||||
|
|
||||||
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
|
TODO: small format now needs to be built by me because it's not using the built in format anymore, copy the stock way
|
||||||
- Also scrollposition
|
|
||||||
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
|
TODO: toolbar above grid for filters, refresh etc (make it a standard component?)
|
||||||
TODO: main.js filters need to be finished
|
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
|
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
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
dataListKey="TestWidgetDataList"
|
dataListKey="TestWidgetDataList"
|
||||||
:caption="getCaption()"
|
:caption="getCaption()"
|
||||||
:dataFilterId="currentDataFilterId"
|
:dataFilterId="currentDataFilterId"
|
||||||
:showSelect="true"
|
:showSelect="false"
|
||||||
:singleSelect="true"
|
:singleSelect="false"
|
||||||
v-on:update:selected="handleSelected"
|
v-on:update:selected="handleSelected"
|
||||||
>
|
>
|
||||||
</gz-data-table>
|
</gz-data-table>
|
||||||
|
|||||||
Reference in New Issue
Block a user