[ADD] web_tree_column_width_remember: Remember the tree view columns' widths

Remember the tree columns' widths across sessions, and after filtering, grouping, or reordering.
This commit is contained in:
Francisco Javier Luna Vazquez
2022-08-17 13:41:17 -05:00
committed by Cuong, Nguyen Minh Tran Manh
parent 9ee7803771
commit 627d102dcf
9 changed files with 622 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
th.o_column_sortable {
max-width: none !important;
min-width: 0 !important;
}
.o_optional_columns_dropdown_toggle {
height: 25px;
}