3
0
Fork 0
Commit Graph

4 Commits (c93e502e23f4fcce1eec7fcfb3cb7369cbfe7de3)

Author SHA1 Message Date
thibault 736c0a327d [FIX] web_remember_tree_column_width : Column resizing with list_button column
Fix an error when retrieving column sizes for lists containing one or more list_button columns.
This error occurs when a list_button column is placed between other columns in the list. This type of column is excluded from the querySelector string used to retrieve column headers, which can cause the index to shift and the column size to change when the list is displayed.
2023-10-04 12:53:03 +02: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
Mihran Thalhath 6223f88e9a [15.0][FIX] web_remember_tree_column_width: use correct module name
this fixes scss file not found error after installing the module
2023-06-10 18:14:30 +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