angular-data-table icon indicating copy to clipboard operation
angular-data-table copied to clipboard

select row with single selection, zeroed out columns to right of selection

Open datasmithtech opened this issue 8 years ago • 0 comments

i was using template for each cell, and also <div based on evaluating condition using ngif

when i selected a row, contents to right of selected column were cleared

didn't occur for any subsequent row selection

i found as i stepped out of event handler, that when the row was highlighted as i stepped out from event handler, then the row contents got cleared by datatable code.

datasmithtech avatar Feb 23 '18 23:02 datasmithtech