grid
GridLayout
#
Bases: VuetifyTemplate
A draggable & resizable grid layout which can be dragged via a toolbar.
Arguably, this should use solara's components directly, but it doesn't function correctly with "component_vue" decorator.
Source code in src/sdss_explorer/dashboard/components/views/grid.py
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
|
add_view(plottype, layout=None, **kwargs)
#
Add a view to the grid. Layout can be parsed as a pre-made dict
Source code in src/sdss_explorer/dashboard/components/views/grid.py
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
|