Hello friends I am trying to make a table, for each item in the table it appears a <select> and a submit that will send data via POST , as it is relative how many units will appear can not predict quantities. Unfortunat...
I have a lot of information that I need to save to the database.
Some of this information is very similar:
Example: time1, time2, time3, ... hour10.
My question is whether to store everything in the same table or create a table for the inf...
I am creating an html file from a latex file that I already have. To do this, I would like to render in html (using the Rstudio format Rmd) the complex table below that uses \usepackage{multirow} in the latex file preamble. How to do this...
I have two tables, TABLE_1 and TABLE_2 and I want to create a view with some fields of both where the id_event (existing in both) is equal.
CREATE TABLE table_1 (
id INT,
id_event INT,
col1_t1 varchar(255),
...);
CREATE TABLE...
I have a list table of items with groups of lines (tbody) and I would like to add spacing between them, not that I have not already done so, but I have been looking for a "less gambiarra"
I'd also like to better style the table edges while I g...
In the code I'm creating there is a display of all users of the site in an html table, so alright, but selecting multiple checkbox to exclude multiple users from the site simply nothing happens only the page updates but the data still continues...
I want to display the data by a ng-repeat in a table, it puts the correct data but always to the left of the table cell, I already tried to add <td valign="middle"> but without success.
<table class="table table-bordered...
I have three action links within the TD of a Table. How do I get (in Jquery) the value and id when I click on one of the links?
The following is the code below:
var dados = [
['Banana', '10,00'],
['Maça', '2,00'],...
Does anyone know how to restrict a certain number of rows in the table, but when doing scroll see the rest of the data?
For example, a company that stores customer data in the database and wants to see all customer data in a table, but only...