I have a question regarding buttons as a potential buyer of both software.
I have a question regarding buttons as a potential buyer of both software.
Both software as in the DataTables and the Editor. Is it possible to give a button the behavior of appearing if a query returns a result, and not have it appear when there are no results?
This discussion has been closed.
Answers
You can either use the combo of
button().enable()andbutton().disable()for displayed buttons orbutton().add()andbutton().remove()to add/remove from the page.Kevin