Answer the question
In order to leave comments, you need to log in
How to get data from hidden table fields?
Hello!
There is a demo of the wpdatatables table plugin
Question: how to get data from the hidden fields of the table in mobile resolution (for example, what genre are Adventure, Action, Science Fiction films) and write to an array?
Initially, only the names are displayed, and when opening any, we already see all the full information on it.
Access to data is probably in a hidden field encrypted in json
<input type="hidden" id="table_1_desc" value='{"tableId":"table_1","tableType":"mysql"...
var obj = JSON.parse(jQuery('#table_1_desc').val());
console.log(obj);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question