Merge pull request #38637 from iamejaaz/report-sticky-ui

feat: report sticky column from UI
This commit is contained in:
Ejaaz Khan 2026-04-16 11:14:22 +05:30 committed by GitHub
commit 02896ed602
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 6 deletions

View file

@ -512,6 +512,7 @@ input.list-header-checkbox {
.filter-section {
display: flex;
padding: 0;
align-items: flex-start;
margin-top: 3px;
}

View file

@ -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 {

View file

@ -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.2",
"frappe-datatable": "1.20.0",
"frappe-gantt": "^1.2.1",
"frappe-quill-image-resize": "^3.0.9",
"gemoji": "^8.1.0",

View file

@ -1433,10 +1433,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.2:
version "1.19.2"
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.19.2.tgz#6a9748c9130d6f2e38a51c4d6e8fa7604e2190d0"
integrity sha512-ZkRxa5FOpXKo880LOgz10du2JdOhPcQXUXj0WSTg0qjlri/PRDdxEh0Fe9oIuMQVLOi9n7bp2WEzXQe/PjAqRg==
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"