Questions tagged as 'tabela'

1
answer

In HTML how to increase the space between the TDs without using cellpilling cellspacing?

My idea is to make a table that has a spacing between cells, as in the image: ButaccordingtotheMozilladocumentationforexample,youcanconfirmthatcellspacing="" cellpadding="" attributes are obsolete link And even if you talk:...
asked by 19.09.2018 / 17:46
2
answers

Table does not break line

This is the following I am using a site table: DataTables and what is happening is as follows: AsyoucanseethetextgetsallinlinewhichmakesitdifficulttoreadbecauseyouhavetoscrollmydoubtishowdoImakeautomaticparagraphsorthatthetablebreakstheline.&...
asked by 23.12.2017 / 03:30
1
answer

How do I make smaller tables from a data.frame in R?

I have a table in the data frame, with 100 animals, but with 500 observations of various characteristics. as I do to have subtables, with only the animals and the characteristic x, being q he should show tds the 500 observations of this characte...
asked by 21.01.2016 / 14:45
1
answer

DOUBT Overuse of SELECT and Standard Tables

I have a question about the advantages of having standard tables and how to use them within a SELECT. Let's suppose the following tables: -------------- | tb_endereco | -------------- | id | | rua | | numero | | ba...
asked by 13.12.2017 / 07:09
1
answer

Refresh the database correctly

Updated : Link with a video that best exemplifies the situation. I have a big problem, I'm having trouble updating the database and displaying the updated data by 2% with% different. I have two pages, one is visible to a position offic...
asked by 16.06.2015 / 14:52
3
answers

Insert an empty line tr at each size range of an html table (with Javascript)

I have an HTML page that works as a report page. It has a table that is fed by the database, however when there are many rows in the query then the HTML table gets too large. It turns out that because of this, if I try to print the page, the...
asked by 14.08.2014 / 18:04
1
answer

New row in the table every 3 columns

I have a table that has to have 3 columns per row. The data from the 3 columns I get from the bank. My problem is that when I display 3 columns, I want the next results to appear on the bottom lines, ie display 3 at 3, but I'm not getting it, be...
asked by 05.05.2015 / 02:04
2
answers

Primary key in the associative table (Many for many)

Good evening. I have the following question in the N relationship for N. The foreign keys become a composite primary key of the associative table. Correct? Does this ensure that there is no repetition between tuples? Because I think even i...
asked by 07.01.2017 / 00:12
1
answer

How can I maintain only specific DataFrame rows?

I have code that goes into a website, fills in a form and pulls a table, however, I want to delete some rows from this table that I do not need. Let's go to the code: #library's require(RCurl) require(XML) require(stringr) require(plyr) req...
asked by 07.03.2017 / 21:05
3
answers

Chrome [v44] - Bug on tables inside a div with overflow

In the new version of Chrome (version 44) the tables are not behaving in the same way that the other versions of the table behaved. Expected: Result: Whenyouresizethescreen,thebrowsercalculatesthewidthofeachtdbyadjustingitswidthtocontainthec...
asked by 24.07.2015 / 20:29