How to modifiy the value of a cell hidden by responsive
How to modifiy the value of a cell hidden by responsive
Hello,
It is probably a question that has been already post but I did not find the answer in the forum.
I just want to update the content of a cell which has been hidden with responsive.
You can find my example here: https://jsfiddle.net/hdh2yc5a/
As you can see, visible cells are correctly updated when you select an action but cells hidden by responsive are not changed.
When I have a look to the dom, I can see that it is modified and I suppose that I should use another way to do my stuff byt I don't know how.
Thanks in advance for your help and have a nice day.
Answers
I forgot to mention that you have to select an action in the contextual menu on the left to dynamically change the content of the cells into the datatables and see my problem when right columns are hidden with responsive.
I hope you could help me.
Thanks in advance and have a nice day.
Hello,
I am always looking for a solution to know how to modify the content of a cell hidden with responsive functionnality.
I have seen in documentation the following option "responsive.details.renderer" but I am not sure it is the way to go. My question is probably stupid but I am not able to find the solution.
I don't ask for a working example but just a hint in order to unlock myself.