How to change complex header value on rowCallback function
How to change complex header value on rowCallback function
sureshbabua
Posts: 2Questions: 1Answers: 0
How to change complex header value on rowCallback function
This discussion has been closed.
Answers
Hi @sureshbabua ,
On the
rowCallback
page, the last example shows how a row cell can be changed, so you could do something similar for a header cell,Cheers,
Colin
Hi Colin,
Thank you very much for your response .I'm trying to update first row header dynamically which is not working.Please find the code below
You have it scoped wrong. The row that is in the parameters is a row that is in tbody. So your jQuery is trying to find something in thead (your first parameter) but limit it to searching in row (your second parameter) so it will never be found.