pladekusken
Forum Replies Created
-
Hi again – Thx for helping – This topic can be closed now ??
The issue was:
“show Icon” = Yes (it was set to No earlier)
jQuery(“#<wpTicker3> tbody”)… changed to: jQuery(“#wpTicker3 tbody”)…
Thx,
RenéHi again – I could not make it work with cm?
I have tried different combo for the table id – maybe that is the issue (also tried with and without #<> in diff combos) – i am also not sure if wpTicker3 is the right id (have tried 3 and other combo as well)
Added javascript to cm (id=2):function myInitComplete() { jQuery("#<wpTicker3> tbody").on("click", "td", function(e) { if (!jQuery(this).hasClass("dtr-control")) { jQuery(this).closest("tr").find("td.dtr-control").click(); } }); }
Added shortcodes to page:
[cmruncode id=”2″][wpdataaccess pub_id=”3″]And added: Table options (advanced)
{ "initComplete": "function(settings, json) { myInitComplete() }" }
The table works but the details are only shown when clicking the first column…
Am I missing something?- This reply was modified 3 years, 1 month ago by pladekusken.
- This reply was modified 3 years, 1 month ago by pladekusken.
Hi again
Your suggestion do not work for the modal popups – as you said.
I have tried to look into this but with no luck.
Could you try to do some magic – to make it work on the modal ??
Best regards,
René