Hi Tadabase,
I saw this post about showing the detail page on the same page of the parent table.
I found it HERE
The problem is that:
- I cannot use the following statement on the equation, it somehow “invalid equation”.
CONCAT('<button', CHAR(32),'recordId="',{recordId},'"',CHAR(32),'id="detailsLink"',CHAR(32),'class="btn',CHAR(32),'btn-block',CHAR(32),'btn-primary',CHAR(32),'loadIntoIframe">VIEW</a>')
- Is there a way I can change the position of the details page and toggle a show and hide button?
Example: If I hit the VIEW button, it will appear under that row of the record then will hide if click it again. Is this possible?
Hoping for answer… Thank you.