When will the message attribute for the Print Button be directly addressable
When will the message attribute for the Print Button be directly addressable
It seems like this should be available, but it's not. I should be able to directly update the message after the table is build with a simple jQuery reference and a val() call. I've wasted hours trying to get this to work with little success. Also... the accordion needs to have a pair of consistent, simple commands to set opened and closed, like "Open" and "Close". Currently, you need to set active to false to close and 0 to open, with 0 acting like a toggle not an open. This is just nuts.
Answers
Do you mean the message in the print view (i.e. the
message
option ofprint
)? You can provide that as a function allowing it to be dynamically created:Could you clarify what accordion? Do you mean the child rows - its interface is
row().child.show()
androw().child.hide()
.Allan