Is there a way to add many 'edit' buttons to provide high level features ?
Is there a way to add many 'edit' buttons to provide high level features ?
EcoExpertiseInformatique
Posts: 1Questions: 1Answers: 0
in Editor
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Hi,
We need to add many 'edit' buttons to provide high level features to our customer. For each features, the columns to be updated could be different.
How can we manage this case using Editor ?
Thanks
This question has accepted answers - jump to:
Answers
Hi,
Yes, perfectly possible. Simply define different Editor instances, each with different fields, then attach them to the buttons something like:
Allan
You can have different buttons that
show()
/hide()
different columns - something like this:Here's an example demonstrating that,
Colin