With row.add()/row.data() we can only set class and data attributes on initialization
With row.add()/row.data() we can only set class and data attributes on initialization
RagingTroll
Posts: 34Questions: 3Answers: 0
I'm wondering why the row.data() function calls only set the html, but disregard the class/data?
If it's for backward compatibility, then it'd be nice to have the possibility to at least set two boolean parameters like replaceData/replaceClass to true whenever we want to override these on the row, or something... :)
If it's for backward compatibility, then it'd be nice to have the possibility to at least set two boolean parameters like replaceData/replaceClass to true whenever we want to override these on the row, or something... :)
This discussion has been closed.
Replies
Allan