Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
I have two straight tables, one for summary and one for details. In a normal state, the details table is hidden, when user clicks in one of the rows in the summary table, the details table shows up and shows the details of the selected category.
Now user wants the details table to show all records when user click in the Total row in the summary table.
Is it possible? If so, how to do this?
Thanks!
In case you can't find a good solution, to determine when the user has selected a total row, you could instead go with an approach where the user can decide for itself, whether or not to show the details table.
That way you remove the hidden conditions, and let the user service him/her self.
Thanks Jfkinspari for your suggestion.
I made the summary table fixed size and added a button on top of the total cell and make is transparent. so when users click on the total cell, he actually clicks on the button..