Tables that mirror each other
Tables that mirror each other
Tablefak
Posts: 35Questions: 8Answers: 0
I would like to have two tables which completely mirror each other's states. E.g. when you select a row in one table, it should get selected in the other one too. Is there an easy way to do this?
This question has an accepted answers - jump to answer
Answers
See if this thread helps get you started. Possibly you can add the use of
select
anddeselect
to keep the row selections in sync.Kevin