[FEATURE] UI: add Column\Listing component#11728
Conversation
Introduces a new `UI\Component\Table\Column\Listing` component, which accepts an `UI\Component\Listing\Unordered` or `…\Ordered` component. To keep rows consistent a expand/collapse mechanism was put in place, truncating list items at some point if used inside a table column. This makes the `UI\Component\Table\Column\LinkListing` component obsolete, which has been removed during this process. Usages in ILIAS were updated to use the new listing component instead. Co-authored-by: Thibeau Fuhrer <thibeau@sr.solutions>
6cf859a to
6634520
Compare
|
@oliversamoila this should be good to go now, I added the JF label to confirm the interface at JF and notify about the possible breaking changes (removal of |
|
Jour Fixe, 13 JUL 2026: Thibeau notified us about this new UI component that replaces the former and only to links restricted LinkListing UI element. We highly appreciate this suggestion and accept it for trunk. Thibeau checked already the current usages of LinkListing and will replace them by the new component. |

Hi all, this
Introduces a new
UI\Component\Table\Column\Listingcomponent, which accepts anUI\Component\Listing\Unorderedor…\Orderedcomponent. To keep rows consistent a expand/collapse mechanism was put in place, truncating list items at some point if used inside a table column.This makes the
UI\Component\Table\Column\LinkListingcomponent obsolete, which has been removed during this process. Usages in ILIAS were updated to use the new listing component instead.This supersedes #9522 and takes over the work on behalf of @kergomard during his absence.
Kind regards,
@thibsy