Posts by leidmar • 11 points
2 posts
-
0
votes2
answers120
viewsA: Dynamically created datatable and tables problem
I know it’s been a while, but maybe that’s still useful to someone: From what I understand, yours $("#mytable").dataTable({paging: false}); does not recognise the new lines included - this is how it…
-
1
votes4
answers2698
viewsA: How to pass php array to javascript
Sending Php Json to Javascript can make things easier, especially when working with Base64 files using Jsonurl, since PHP functions do not support this and strings need to be normalized…