row details
row details
arnoldjp57
Posts: 10Questions: 7Answers: 0
I have a server side datatable defined that has a control in the first column to show/hide child records for the main record using ajax calls to the server to return child details ... Works very nicely ... Now, what I am trying to do is to "grey out" or "hide" the control where there are no child records for a main record. Is there a way of doing this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Probably. How are you adding whatever controls if the show / hide icon is shown? Is it a class? If so you would need to conditionally add it - perhaps using
createdRow
.Allan
thanks for the Pointer