feat: report sticky column from UI
This commit is contained in:
parent
849785b668
commit
9febd8057c
4 changed files with 7 additions and 6 deletions
|
|
@ -513,6 +513,7 @@ input.list-header-checkbox {
|
|||
.filter-section {
|
||||
display: flex;
|
||||
padding: 0;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.filter-selector .btn-group {
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@
|
|||
}
|
||||
|
||||
.datatable .dt-row-filter .dt-filter.dt-input {
|
||||
padding-inline-end: 1.5rem;
|
||||
padding-inline-end: 0.5rem;
|
||||
}
|
||||
|
||||
.datatable .dt-row-filter .comparison-help-icon {
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@
|
|||
"fast-deep-equal": "^2.0.1",
|
||||
"fast-glob": "^3.2.5",
|
||||
"frappe-charts": "2.0.0-rc27",
|
||||
"frappe-datatable": "1.19.0",
|
||||
"frappe-datatable": "1.20.0",
|
||||
"frappe-gantt": "^1.2.1",
|
||||
"frappe-quill-image-resize": "^3.0.9",
|
||||
"gemoji": "^8.1.0",
|
||||
|
|
|
|||
|
|
@ -1426,10 +1426,10 @@ frappe-charts@2.0.0-rc27:
|
|||
resolved "https://registry.yarnpkg.com/frappe-charts/-/frappe-charts-2.0.0-rc27.tgz#a04737d36bcce5381b25ad48896c43b02eb62852"
|
||||
integrity sha512-J4WCrHYB6oR4Dfu28aaCxlUu64C/V+qJlNE1E0xpya2/yCeqDZ8LA6pS63SBMOdV2CTP8cJ6Isk5m+rZi9gElA==
|
||||
|
||||
frappe-datatable@1.19.0:
|
||||
version "1.19.0"
|
||||
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.19.0.tgz#43d9118603c6d1ecaab31aa21e8278694c17d849"
|
||||
integrity sha512-DN7UIY8zrqagRV93mM4BS1tSNZ++8LT7E2cp3ZJEqeJeS/xQx9EVjhxAtQAEt2+QlDUL4hRYgXhRLH2Exz+K5w==
|
||||
frappe-datatable@1.20.0:
|
||||
version "1.20.0"
|
||||
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.20.0.tgz#cdfc872d22eb031ba70e06e15ac988c994537099"
|
||||
integrity sha512-3AsMHzLbpt1LT2MgeoNgBKaWkvbqO6PvLAtBMoMoo9XoAdRIugXkDITZ5Z0qZrpc1W6Vu4S5W/X/qYttNpGwjA==
|
||||
dependencies:
|
||||
hyperlist "^1.0.0-beta"
|
||||
lodash "^4.17.5"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue