Feature #15818
closedEnable expand/collapse for tables in the list module
0%
Description
have you ever consider to add
expand/collapse function to BE List.
If you have lot of different groups of records it could be very helpful to
collapse some of them.
Best example is statitc_info_library records under top level.
If I want to Create new record I need to scroll whole page to get "Create New Record" link.
(issue imported from #M2859)
Files
Updated by Christian Kuhn about 17 years ago
Added a patch for this.
It works similar to the collapse-feature of the main-menu.
I have introduced a new userTSconfig named options.moduleListCollapsable to deactivate this feature, default is on.
Please test and comment.
Regards Christian
Updated by Christian Kuhn almost 16 years ago
I will rework / finalize this patch as soon as #17225 (currently pending in core list) is committed.
Updated by Steffen Kamper almost 16 years ago
patch works for me.
Anyway i would like to have this done by Ajax instead of complete reload.
Updated by Christian Kuhn almost 16 years ago
New patch and screenshot attached.
Now pending in core list.
Updated by Christian Kuhn almost 16 years ago
Sry Steffen, already compiled the core rfc and saw your new comment to late.
Do you have an idea on how to "ajaxify" this without messing around too much in the list module code?
Updated by Steffen Kamper almost 16 years ago
i looked into this for ajax. It's no problem to set state via ajax, but (un-/)hiding the table is not as easy as doing this for divs. So i would say leave it as it is now.
Updated by Christian Kuhn almost 16 years ago
So i would say leave it as it is now.
Does that mean "Ok to your version of the patch" or "Don't implement that feature without ajax"?