Posts by Bruno Bandeira • 29 points
5 posts
-
1
votes2
answers120
viewsQ: Dynamically created datatable and tables problem
Good afternoon Galera, I’m having trouble using the dataTable() in a dynamically created table. in the HTML i have the table body. <table class="table table-sm table-hover" id="mytable">…
-
0
votes1
answer39
viewsQ: Editable table with Jquery and PHP problem
Good afternoon, I’ve been having a problem for a few days trying and I can’t seem to fix it, I am trying to make an editable table, the problem is that after I copy the table with json I can’t do…
-
0
votes1
answer6454
viewsQ: Receive array method POST form
Good afternoon, I’m trying to receive a Form as an array, but I’m not able to properly manipulate this array. I have 6 fields 3 fields ID and 3 fields text , I tried to do so but without success.…
-
1
votes1
answer105
viewsQ: Jquery - Redeem the value of a 'td' and insert into a Text
Good night , Next galley, I have a table from which I use the data from mysql , wanted to take the value of td ,and insert inside a TEXT that will appear inside the TD of the table with the value…
-
0
votes2
answers39
viewsQ: Mysql Query with multiple tables
I’m having trouble performing a select on some tables, I did the following. have 5 tables (module, components, step, images, records) the table records only receive ID’s from the other tables , it…