1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-10 19:40:35 +00:00

Resolve "Kanban view"

This commit is contained in:
Bram Wiepjes 2021-11-23 16:48:51 +00:00
parent 931a88a195
commit fd246a3e74
98 changed files with 6229 additions and 166 deletions
web-frontend/modules/database/components/view/grid

View file

@ -45,6 +45,7 @@
:style="{ left: leftWidth + 'px' }"
></div>
<GridViewFieldWidthHandle
v-if="!readOnly"
class="grid-view__divider-width"
:style="{ left: leftWidth + 'px' }"
:grid="view"
@ -715,7 +716,7 @@ export default {
"deleteRow": "Delete row",
"rowCount": "No rows | 1 row | {count} rows"
}
},
},
"fr": {
"gridView":{
"insertRowAbove": "Insérer au dessus",