javascript - Slick grid mapping -
i adding styles of cells. on sorting or filtering, styles fixed cell number , not actual value.
e.g:
if cell number 2 of row 8th given style. on sorting, cell moves number 2. though, doesn't change position of styled cell. still cell number 2 of row 8th styled.
i know there functions mapping ids rows , vice versa. can tell me how use it.
i figured out solution it. there following function in dataview:
dataview.getrowbyid(rowid); this gives current row displayed. if hidden filter, undefined.
Comments
Post a Comment