This commit is contained in:
2020-01-10 22:12:09 +00:00
parent 885228aede
commit ff1011fc03
2 changed files with 8 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
<template>
<v-data-table
caption="My Caption here"
:headers="headers"
:items="records"
:options.sync="options"
@@ -73,12 +74,16 @@ What this grid needs to do:
TODO:
- At server widgetlist route:
- Modify server widgetlist route:
- Modify route to accept vp paramenter for small viewport
- Add mock column data and include it in the response for grid queries
- modify server to return alternate list of just names and id's if vp paramenter is present and xs (may be other values in future so check for xs specifically)
- this route could actually be just a defined c# object since it's always going to be one column and one id like namevalue list
- full width all columns though would be different kettle of fish entirely so this is a good time to experiment and figure it out
- not sure if right time but also need to modify server return to hide hidden columns which we have working code for already for widgets to hide them so yay?
- Also custom fields, or is that a template issue?
- Start coding grid here with cue component parameters and handlers first and work down into detailed items once they are all in place between parent and here
*/
export default {