Creating extensible rows in ng2 table

I am trying to find a way or find an example of how to create an expandable / compressible row in ng2-table for Angular2. Preferably, I just would like to have a button for each row, clicking on it, it will expand the corresponding row, showing its details in the user component, and not just in another set of rows. Does anyone know how easy it is to do this? Thanks in advance.

+4
source share
1 answer

Are you looking for an accordion function?

http://valor-software.com/ng2-bootstrap/#/accordion

: , . , , ng2.

0

Source: https://habr.com/ru/post/1662309/


All Articles