Questions tagged as 'tabela'

1
answer

Thead table header does not align with rows after append

I have a problem with the code, I need to align the Thead tags in my table which gets a json of all the data, the data is coming and the header is there, but both are not aligned, I need some help. HTML Code Table: <div id="main-table...
asked by 07.06.2017 / 16:50
1
answer

Table Filters with jQuery

I have implemented a table filter with jQuery, as per the code below, but I would like to implement a register return counter as I search. $(function(){ $(".input-search").keyup(function(){ //pega o css da tabela var tabel...
asked by 30.05.2017 / 16:52
0
answers

Total / Sum of columns stacked in Excel chart

I would like to know how to insert the total of stacked columns into the pivot chart in excel. This column exists in the dynamic table but it does not appear in the chart. In the photo below I inserted the total in a photo editor, for you to...
asked by 27.05.2017 / 02:54
1
answer

Problem with table wp_termmeta

The following error is occurring permanently, registered in my error_log: Error in WordPress Table database 'odiletan_bd.wpTP737termmeta' doesn't exist na query SELECT term_id, meta_key, meta_value FROM wpTP737termmeta WHERE term_id IN...
asked by 08.06.2017 / 14:51
3
answers

Does it have to make the user enter the number of rows and columns of a table and this table appears in PHP?

I must create a code that the user can enter the number of rows and columns a table should have, and this table should appear to the user. I try this code here, but the table does not appear with the rows and columns I typed: <?php echo...
asked by 03.05.2017 / 23:44
2
answers

Separation of tables in html

I've created 4 tables, but I want to separate them and I can not, they're all stuck. How can I resolve this? I'll leave the code. When running they do not appear side by side because it is a small space but you can see the first and second table...
asked by 24.03.2017 / 12:49
3
answers

I can not delete the customer index with JavaScript (AngularJS)

I have a table with several columns, formed through an array with several positions (on average 50 clients), I need to delete the result according to the client's condition, if the client is as PENDING it leaves the table (exits the array)....
asked by 14.03.2017 / 18:41
1
answer

delete files from the table

I'm trying to delete an item from the table, but when I click it it does not delete.  It recognizes the id and everything else, but when I update the item it has not been deleted. <?php include_once("conexao.php"); if(! $conn ) {...
asked by 12.04.2017 / 14:49
1
answer

result: print JS variable value in td

I am developing a code in which the user inserts the value to be drawn, in the result is presented the amount of notes of each value that will be released in the operation. Well, the logic is ready. I'm just having trouble displaying the resu...
asked by 23.01.2017 / 13:36
2
answers

Take the count of a ranking

I have a movie ranking system on my site and I need it NOT to show how many users have recommended such a movie, here's my code: $query = "SELECT DISTINCT filmes, count(filmes) FROM filmes_rec GROUP by filmes ORDER by co...
asked by 14.10.2016 / 03:56