forked from akveo/ng2-smart-table
-
Notifications
You must be signed in to change notification settings - Fork 29
Filter selected rows #148
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestng2-smart-table-migrationAn issue that arised when migrating from the original ng2-smart-table to this fork.An issue that arised when migrating from the original ng2-smart-table to this fork.
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestng2-smart-table-migrationAn issue that arised when migrating from the original ng2-smart-table to this fork.An issue that arised when migrating from the original ng2-smart-table to this fork.
I'm facing an issue with my implementation after the migration
Simply what I use to do is, I use
userRowSelecteventRowSelectionEventto trigger a function that goes through a list and deselects anything that is not supposed to be selected with select allWhat I use to do "before migrating to
angular2-smart-tableisIt seems
getSelectedRows()is removed, what is the replacement ?getSelectedItems()?How can I achieve that? I look at the example which uses
multipleSelectRowfromonGridInit(data: DataSet)but I don't have the row insideRowSelectionEventnor fromGridorDataSetSo how should I deselect?
I tried this
The table doesn't show the selected rows, but as soon as I navigate to another page everything appears to be selected