[FIX] web_remember_tree_column_width: Include non-stored columns to remember width#3588
[FIX] web_remember_tree_column_width: Include non-stored columns to remember width#3588Larsq1 wants to merge 1 commit into
Conversation
|
Hi @luisg123v, @frahikLV, @cuongnmtm, |
|
I implemented a similar fix for 16.0 here: #2720. It's a bit more complicated because the first and last columns need to be excluded. Do you think we still need to do that in 17.0? |
|
@cuongnmtm Why do the first and last column need to be excluded? |
@Larsq1 Because the first column is the record selection checkbox, and the last column is the optional fields column. However, your approach of checking data-name may already exclude those columns so that it might be a better solution. I confirmed that the first and last columns have no data-name attribute. |
|
This PR has the |
1 similar comment
|
This PR has the |
| "license": "LGPL-3", | ||
| "category": "Extra Tools", | ||
| "version": "17.0.1.0.0", | ||
| "version": "17.0.1.0.1", |
There was a problem hiding this comment.
I don’t think we need to bump the version manually, as it should be updated automatically when the merge command is applied
Fixes #3112