Questions tagged as 'tabela'

1
answer

Passing data from an HTML table to the ASP.NET MVC controller

I am trying to pass data from an HTML table in my view to my Controller. The data in this table is dynamically added. It opens a BootStrap Modal, where the user informs some data, when clicked the button Ok , the data is added to the tabl...
asked by 07.12.2015 / 19:37
2
answers

Space between specific columns in the table without creating a false td

I'm looking for a solution to leave a pre-determined space between columns in my table, without using <td> or <th> false (with nothing written, only with a style padding). It is desired to place spaces of 5px between the...
asked by 27.10.2015 / 15:20
1
answer

Excel 2007 - Buttons to create / remove rows

I have a table in excel with one line only (plus the header) and six columns. The entire sheet is protected except this line. At the end of the table I wanted to have a (+) button that adds a new row, and a (-) button that removes the last ro...
asked by 05.06.2014 / 15:59
1
answer

CSS - Format a table

I have a table that has a very complex header and I am not able to stylize, the table lines get a higher height in the fields that were left with 2 lines, how can I fix this? Follow the link JSFiddle Thank you! EDIT: and I also need...
asked by 09.09.2016 / 01:27
1
answer

Keep table with minimum height

I'm creating a table using Datatables , but I'd like to keep a minimum height even when I have at least one record. <table id="example" class="table table-striped table-bordered" cellspacing="0" width="100%"> <thead> &...
asked by 11.05.2015 / 20:04
1
answer

Error in table change in PostgreSQL. How do I change the type of a colulna int to the timestamp type?

I am studying PostgreSQL DB for a recent book I purchased. When trying to change a tab based on the command I learned in the book, an error occurred, I used exactly the same command written in the book without change. I am trying to change a fie...
asked by 17.11.2018 / 16:57
0
answers

Import Internet Table For Excel

Is it possible to import the following table into this site for excel using VBA? The path is as follows: link 1-) Click complete list 2-) Click on (one business day) I tried to use Excel's New Web Query tool but apparently for this...
asked by 23.03.2016 / 13:54
0
answers

I need to put an excel table in wordpress

I have a small table in Excel, where you have some calculations, formulas, actually this table is a simulator of my client's fees and he wants to put it on the site :(. Is there any plugin for this? Some way? Thank you, and thank you all for you...
asked by 10.10.2016 / 17:20
2
answers

Create PivotTable in JS to use in HTML

I'm trying to create a table in JavaScript and then use it on a page, but this is difficult to do The goal is for the table to represent a set of hospital beds that will be managed through the HTML page. How to do this?     
asked by 05.02.2015 / 17:29
2
answers

Insert data from one table into another

Well, I'm breaking my heart with this problem, I've had some time and I wanted your help. I have a code that inserts data into the venda table: <?php if(isset($_POST['send'])){ $venda = $_POST['num_venda']; $d...
asked by 01.12.2015 / 17:41