Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(MdTable): nextTick selection data (#1874)
* comp(mdTable): nextTick selection data The current implementation couldn't handle selection data and table data at the same time #1866 * comp(MdTable): also handle case #2 AOT providing selection data Ahead of Time, aka, ahead of table data, will also break MdTable. This handles both cases. * comp(MdTable): remove redundant nextTick * comp(MdTable): merge glitch fix
- Loading branch information