Fork of lluchmk-ng2-table which allows setting edit checkboxes initial values
npm install viryc-ng2-tableeditConfig (?any) - configuration of the edition cell
title (?string) - title of the header for the edition column
className (?string|Array) - additional css classes that should be added to the edition column header
edit (?any) - configuration object for the edit button
title (?string) - content of the edit button
icon (?string) - css class for a icon inside the button
className (?string|Array) - additional css classes that should be added to the edit button
delete (?any) - configuration object for the delete button
title (?string) - content of the delete button
icon (?string) - css class for a icon inside the button
className (?string|Array) - additional css classes that should be added to the delete button
select (?any) - configuration object for the selection checkbox
name (string) - html name property for the checkboxes
stateProperty (string) - property of the row object that has state value for the checkbox
keyProperty (string) - property of the row object that maps to 'id' of the checkbox (uniquely identifies it)
className (?string|Array) - additional css classes that should be added to the checkbox
tableChanged: data change event handler
cellClicked: onclick event handler
editClicked: edit button event handler. It does not handles the edition, just outputs the row on it which was triggered.
deleteClicked: delete button event handler. It does not handles the deletion, just outputs the row on it which was triggered
selectChange: row selection change handler. Outputs the row and a a boolean telling if its selected or not.
sortChanged: column sorting change handler. Outputs the changed column
filterChanged: column filter change handler. Outputs the changed column