Questions tagged as 'table'

1
answer

Table with select and submit

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...
asked by 05.11.2016 / 21:56
1
answer

Information in multiple tables or just one? [closed]

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...
asked by 01.09.2016 / 19:06
1
answer

Rendering latex tables in rmarkdown

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...
asked by 11.09.2016 / 19:04
1
answer

View of two tables

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...
asked by 02.09.2016 / 15:54
2
answers

Spacing between tbodys

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...
asked by 17.04.2016 / 21:13
1
answer

Change the colors of the zebra bootstrap table

I'm using the bootstrap and a table with    table-striped And you're getting a very bright zebra, how do I change the zebra colors?     
asked by 23.06.2016 / 01:55
1
answer

Use foreach in checkbox of a table

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...
asked by 02.01.2016 / 22:20
1
answer

Display results centered on a table

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...
asked by 20.10.2015 / 12:52
1
answer

How to get value and id inside TD?

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'],...
asked by 26.08.2015 / 23:14
1
answer

Tables with database data

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...
asked by 11.06.2015 / 18:27