Questions tagged as 'table'

1
answer

Removing columns from a table via Javascript

My web page is fed by database data and is formatted as a report, with data entered into an html table. The point is that the database has tables with many columns, which sometimes leave the page too large to replicate the structure of the table...
asked by 12.08.2014 / 18:33
1
answer

How to make the HTML table inside another table occupy the entire screen?

I have an HTML table with 3 columns and 3 rows and for each cell in this table I have another HTML table with 3 columns and 2 lines and I'm trying to make it work evenly across the entire screen. I tried to add width:100% and...
asked by 24.11.2018 / 23:35
2
answers

Display data in table

I'm trying to display these items this way: Howeverafterseveralattemptsthetablealwayslookslikethis: How do I make the table to get this result? View <h2>Apagar evento</h2> <br> <table border="1" width "100px" borde...
asked by 27.03.2014 / 18:16
1
answer

Optimize insert in MySql table - Java

I have a loop making the sequential insert of millions of rows into a single MySql table. I wonder if it's possible to parallelize the insert or use some feature that increases insert performance. Code: public static java.sql.Connection...
asked by 16.09.2015 / 00:11
1
answer

How to change the text of a cell in a table that is inside a Flowdocument that is in a RichTextBox at a time

I'm trying the following code to replace the text in the question situation, where rtb is richtextbox , .Document is flowdocument . The text is changed in Run (r), but when I open the document the exchange was not made. foreach (...
asked by 07.03.2014 / 20:26
1
answer

Return string search in table

Data and database queries have a very special place in the universe of computers. The popularization of the internet was due to the agility of searches implemented by the Enginner Search Web mechanisms. Simply searching for a string using sql...
asked by 05.04.2018 / 19:23
2
answers

How to dribble the table tags that are inside the foreach in PHP and HTML

I need to set up a table of days and events. When one of the days of the event is the same as the table day, it has to appear on the screen in the correct place. I am already able to compare and show, however, because the table is all disassembl...
asked by 09.11.2014 / 20:51
2
answers

Log table using MySQL

How to create a MySQL audit log table that stores when and what was changed in each record? Does MySQL provide something that can make this kind of thing easier?     
asked by 02.09.2015 / 14:56
2
answers

Custom border for certain table columns

So, I have a page with a table that compares a quantity of predicted items with a quantity of items made month by month. That's how it is today: Ihavebeenaskedtoputalineaftereachcolumnofthesemadetobemoreseparate,butIhavenoideaifitispossib...
asked by 06.07.2018 / 14:16
4
answers

As per link in table?

I have a Table in PHP and in every tr I need a link <?php $con = mysqli_connect("localhost","root","", "saber"); mysqli_set_charset($con,"utf8"); $result = mysqli_query($con,"select id,nome,vista from mensagens"); while($row = mysqli...
asked by 10.07.2015 / 17:19