jdcalkins / ng2-data-table

DataTable - Simple table component with sorting, pagination, and row select/multi-select for Angular2
MIT License
7 stars 7 forks source link

SelectedEntities Array Not Updating #10

Closed jdcalkins closed 8 years ago

jdcalkins commented 8 years ago

If you place a checkmark next to an item in the table, it is added to the internal array of selected entities. When the entity is removed from the table's data array, the entity correctly is removed from the view, but the entity is still in the array of selected entities.