Questions tagged as 'html-table'

3
answers

Table css type excel

I am creating a table for data insertion / query that is the most similar to the format of an excel sheet. My table: Problem: As the image above shows, putting input into td , it does not occupy td all, staying...
asked by 21.02.2014 / 10:54
2
answers

How do I set the width of columns in an Excel spreadsheet generated as HTML?

I need to convert an HTML table and generate the file in excel. How to set the width of columns in excel? I create the HTML file using PHP and export using: header ("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header ("Last-Modified: " . gmdate(...
asked by 17.02.2014 / 21:13
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

Display data in table

I'm trying to display these items this way: Howeverafterseveralattemptsthetablealwayslookslikethis: How do I make the table to get this result? View <h2>Apagar evento</h2> <br> <table border="1" width "100px" borde...
asked by 27.03.2014 / 18:16
2
answers

Overlap of data to cycle through for

I have the following table: Thistableisdynamicandworkslikeform,thatis,theuserclickingNovocreatesanewrowwiththedynamicfields.WhenyouclickSalvarDadosalllinescreatedbytheuseraresaved.Sofarsogood.ButwhatI'mdoingisgivingtheuserthepossibilitytoinse...
asked by 25.02.2014 / 15:28
2
answers

From one table to another html table

I have two table in an HTML page that is as follows: One with my selected subjects. Another one with the list of disciplines to select. PS: I'm just studying, I'm not using a database or something. So the tables are in this style:...
asked by 07.04.2015 / 16:15
1
answer

How to create a table in MATLAB?

I'm doing a job that I want to create the following table: I have tried several commands like table and readtable and it always returns me the following message: Undefined function 'readtable' for input arguments of type 'char'. Undef...
asked by 16.07.2015 / 18:10
2
answers

How to edit data from a Table after postback in ASP.NET?

I have a Table in a Web Form in ASP.NET and just below in the same form I added a TextBox in which you fill in the fields to add a new row to the Table. The insertion part in the table works fine, but only once the second time I try to add anoth...
asked by 19.12.2013 / 16:07
2
answers

How to Create conditional in a DIV to change content

I'm trying to make a conditional to display content within a div . My site has CSS adjustable per browser type, but this only changes the display size! I need to change the content of a given div for each type of browser...
asked by 21.08.2015 / 16:23
1
answer

Using the tab key on the ckeditor

I'm using ckeditor on a system I'm developing and I have the following question. Can you enable the tab on ckeditor?     
asked by 16.10.2014 / 15:50