Datatables Row details
Datatables Row details
ikramullah01
Posts: 3Questions: 2Answers: 0
In Datatables Row Details i want to put a condition on it and then show the plus button for it, consider i have a table of employees where i want to show detail information about only those employees whose salary is greater than $100,000. How can i do this. Thanks in Advance.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This thread is asking the same question. Use
createdRow
to remove thedetails-control
class based on your condition.Kevin
Thank you so much Kevin. it solved my problem