angular-table
angular-table copied to clipboard
Sorting/Selecting in multiple tables on one page
For my application I need two tables on the same page (master detail view). The problem was that by sorting the one table this affected the other table as well. After looking into my data it was pretty clear: Both data set had some identical keys.
By sorting the "name" on the first table the names on the second table were sorted as well.
Same behavior for selecting an entry.
Is it possible to encapsulate the sorting/selecting to each table it belongs to?
Cheers!
Yikes, thanks for finding that! I've marked it as a bug to fix.