How to hide the master table when row click and show only the child table
How to hide the master table when row click and show only the child table

I would like to have the same functionality as the following : https://ndb.nal.usda.gov/ndb/search/list
This discussion has been closed.
Answers
Hi @SENTANA ,
It looks like the master table just has a column with a link to another page, which also contains a table. You can create links in tables easily with
columns.render
, see the fourth example on that page.Cheers,
Colin