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:
parent
931a88a195
commit
fd246a3e74
98 changed files with 6229 additions and 166 deletions
web-frontend/modules/database/components/view/grid
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue