Questions tagged as 'table'

0
answers

Error with array passing in foreach

function preencherJason() { document.getElementById('json_prod').value = ''; var arrayProduto = []; var table = $('#products_table'); table.find('tr').each(function() { var nodesTd = $(this).children(); var array =...
asked by 01.12.2017 / 05:41
1
answer

Get the values of the columns of the row clicked and pass inputs

Here is the function to get the value of the table row, and pass to inputs, if I take the lines that were loaded from the bank not the error but when I insert a new item in the table, then I get the value of 2 column of the line, in the test...
asked by 31.10.2017 / 16:19
0
answers

Bootstrap Plugin Table - Translation for PT-BR

Hello! I believe I have done loading the plugin and translating correctly, but it is not translating. Can you help me?     
asked by 20.10.2017 / 15:48
1
answer

Do not repeat thead on each printing page

Hello, I'm having a problem. I do not want to print the table header (thead) on each print sheet and currently every time I print the table and it does not fit on the sheet the table header repeats. I do not want it. Anyone know how to remove?...
asked by 05.07.2017 / 21:29
2
answers

Problems with update in federated table

I have a problem understanding an error when using a federated table. Scenery:    Server A: create view federated_view as SELECT ....       Server B: create table table_federada (A, B, C)       ENGINE = FEDERATED CONNECTION = 'mysql: //...
asked by 21.06.2017 / 16:13
1
answer

Divide table into two div

Hello, I have four div with fixed size 300px each, and a table dento of the first div, I need that when that table exceeds 300px the rest of the content goes to the second div and so on. #pg1{ border: 1px solid black; height: 600px...
asked by 16.05.2017 / 16:42
1
answer

I can not get value from the table and use in ajas

Talk to people, blz? I am a beginner in php and I have a populated table with while and I need to use the value of a td in a select on another page returning in a modal. The structure I set up works by putting the value manually into the script,...
asked by 03.05.2017 / 19:02
0
answers

Add values of Dynamic rows in the Database

Ihavethistableabove,andIhavetheaddbuttontoaddarowtothistable,asintheimagebelow. IwouldliketoknowifyoucansavethisnewdatafromtherowaddedinthedatabaseFollowmycodethataddstheline<script>$("#adicionar").bind( "click", function() {...
asked by 07.05.2017 / 22:31
0
answers

Html Table for PDF - Dompdf

I'musingthehtml/phptableabovewithinputtypesinsideit,butwhengeneratingpdfwithdompdf,itgenerateswithoutthedataoftheseinputs,inthecasePrice,TOTALandquantity.examplebelowhowpdfisgenerated ThisisthecodeIusetoexportthepdffromthetable.ob_start();inclu...
asked by 03.05.2017 / 08:37
0
answers

Email - Marketing break column on mobile

Good afternoon, I'm developing a website for an email marketing, it's ready, but I've been looking on the internet and I've seen it to be responsive without using a media query ... and I tried to do a few sites explain, but I could not understan...
asked by 27.03.2017 / 22:08