This commit is contained in:
@@ -75,7 +75,9 @@ What this grid needs to do:
|
|||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- Modify server widgetlist route:
|
- Modify server widgetlist route:
|
||||||
- Modify route to accept vp paramenter for small viewport
|
|
||||||
|
|
||||||
|
- Modify route to accept mini paramenter for small viewport (OR maybe something less tied to physical screen size, i.e. it's a single column so maybe that like format=compact)
|
||||||
- Add mock column data and include it in the response for grid queries
|
- 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)
|
- 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
|
- 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
|
||||||
@@ -83,7 +85,7 @@ TODO:
|
|||||||
- 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?
|
- 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?
|
- 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
|
- Start coding grid here with vue component parameters and handlers first and work down into detailed items once they are all in place between parent and here
|
||||||
|
|
||||||
*/
|
*/
|
||||||
export default {
|
export default {
|
||||||
|
|||||||
Reference in New Issue
Block a user