Commit Graph

3 Commits

Author SHA1 Message Date
Cuong, Nguyen Minh Tran Manh
dd81906290 [IMP] web_remember_tree_column_width: adjust SCSS selector
Previously, only columns with the class o_column_sortable had the custom
SCSS applied to them. As a result, columns like HTML were not sortable
and didn't benefit from the custom SCSS.

This commit made changes to the SCSS selector to include all table's
columns in the list view. However, the record selector (the first
checkbox column) and the column optional (the last column) that have the
class o_list_controller were excluded to avoid unexpected behavior.
2024-05-09 12:24:20 +07:00
Cuong, Nguyen Minh Tran Manh
4ed7c0052b [MIG] web_remember_tree_column_width: Migration to 16.0 2023-06-10 18:22:02 +07:00
Francisco Javier Luna Vazquez
903f2b136c [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.
2023-06-10 18:14:30 +07:00