[SOLVED] "...see more" ("...see less") with details tables |
7/22/2024 2:27:07 PM |
PHPRunner General questions | |
![]() Hello,
|
|
![]() |
Davor Geci authorDevClub member 8/16/2024 |
With help from Sergey in the latest DevClub webinar providing directions, little searching and some ChatGPT, I have managed to solve the challenge of collapse/expand in Grid.
Here is the code if someone needs this type of show more / show less in grid. $(document).ready(function() { Custom CSS: /* CSS for the header toggle button */ |
![]() |
Davor Geci authorDevClub member 8/16/2024 |
Maybe this cuold be integrated in v11 (10.91) when we use text links for details? |
![]() |
Sergey Kornilov admin 8/17/2024 |
Great, thank you for the update! We'll see if we can include it as a feature. |