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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -