Most voted "html-table" questions
For HTML, tables are used to display tabular data.
Learn more…23 questions
Sort by count of
-
8
votes3
answers2494
viewsTable css type excel
I am creating a table for insertion/query of data that is the closest to the format of an excel sheet. My table: Problem: As the image above shows, when placing a input in a td, it does not occupy…
-
5
votes2
answers2591
viewsHow to set the width of columns in a generated Excel spreadsheet as HTML?
I need to convert an HTML table and generate the file in excel. How to set column width in excel? I create the HTML file using PHP and export using : header ("Expires: Mon, 26 Jul 1997 05:00:00…
-
3
votes1
answer2730
viewsPass data from an HTML table to the ASP.NET MVC controller
I’m trying to pass data from an HTML table in my view to my Controller.The data in this table are added dynamically. A Modal Bootstrap is opened, where the user informs some data, when clicked the…
-
3
votes2
answers189
viewsData overwrite to cycle for
I have the following table: This table is dynamic and works like form, IE, the user when clicking Novo a new row is created with the dynamic fields. By clicking Salvar Dados all user-created lines…
-
3
votes2
answers299
viewsDisplay data in the table
I am trying to present these items in this way: However after several attempts the table always remains so: How should I make the table to get this result? View <h2>Apagar evento</h2>…
-
2
votes1
answer355
viewsUse of tab key in the editor
I am using the ckeditor in a system that I am developing and I have the following doubt. You can enable the key tab in the ckeditor?
-
2
votes1
answer4594
viewsHow to create a table in MATLAB?
I’m doing a job I want to create the following table: I have tried several commands like table and readtable and always returns me the following message : Undefined function 'readtable' for input…
-
2
votes2
answers2431
viewsFrom one table to another html table
I have two tables in an HTML page which is the following: One with my selected subjects. Another with a list of subjects to select. PS: I’m just studying, I’m not using databases or anything like…
-
1
votes2
answers1187
viewsHow 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 the fields to add a new line to the Table. The insersion part in the table works very…
-
1
votes2
answers1576
viewsHow to Create Conditional on a DIV p/ Change Content
I’m trying to make a conditional to display content within a div. My website is with the CSS adjustable by browser type, but this only changes the format (size) of display! Precise change the…
-
1
votes1
answer1257
viewsBootstrap Popover with table-Responsive
I am using Bootstrap v3. And I need to filter table fields. I have chosen to use this example as a basis. I’m now having a problem, when I’m viewing my table (it’s table-Responsive) on a mobile…
-
1
votes0
answers85
viewsAdd label to high Charts using html table
I am unable to add a label to my type : pie chart from my HTML table. It would be possible to do this? grafico.grafico007 = { getData: function() { url = ajaxurl + "Relatorios/rel007"; data =…
-
1
votes2
answers67
viewsSpacing in table
Good morning, everyone! All right? I have a little problem on my table I want to make a table in this model here I did it this way here, what’s the problem? When it’s in the mobile version, the…
-
0
votes1
answer229
viewsHow to convert html to CSV using R programming
I am with the file of the lotofacil downloaded on my desktop and' a table with the historical numbers of the lotus and this in html file://C:/Users/Rgio/Desktop/D_LOTFAC.HTM, i use R program and…
html-tableasked 8 years, 10 months ago Sergio Vicente Simioni 1 -
0
votes2
answers562
viewsTable being rendered by Firefox with different border thicknesses
I have a problem specifically for tables rendered in firefox. I need to use the border-Collapse property on my tables to join the edge of the cells. But when firefox renders the table, the edges are…
-
0
votes1
answer725
viewsDelete Generated Table and recreate again with other data
I have this table that will be generated with values of checkboxes that I select. HTML: <table class="table table-hover" id="table"> <thead> <tr></tr> </thead>…
-
0
votes0
answers352
viewsChange values from BD in a table
I’m having problems with the data I’m going to retrieve from the database, this when I change it in my table. HTML <table class="table table-striped table-bordered" id="vendaTabela"…
-
0
votes2
answers3582
viewsRequired does not work
I would like the fields not to be sent in empty, so I tried using the required.. but it is not working. What is the reason why? <form action="https:/----Site---" method="POST"> <input…
-
0
votes1
answer88
viewsArray for PHP Table
I have the following code that connects on an ftp and back a list. But I can’t get him to build a table with that list. Someone knows how to do? $ftp_server = "ftp.site.com.br"; $ftp_user =…
-
0
votes1
answer86
viewsProblems in generating a table
I’m having a hard time making a table. Could someone make a table that shows the times an employee made during the month? the idea would be to show the employee beats during the month. In my bank…
-
0
votes1
answer263
viewsGroup data related to a column
I’m having trouble grouping times by date. I have an html table that is populated from an sql query. The idea would be to list in one column the date and in the other column all times referring to…
-
0
votes2
answers127
viewsOrganize data from a Binding date into a table
I’m trying to get the data through a data-Binding and mount a table (from bootstrap) using a V-for, but it doesn’t happen as I expected. Table structure: <table class="table table-borderless">…
-
0
votes2
answers100
viewsHow do I not repeat the value of an html cell
How do I not repeat the value of a cell in an html table ? For example I don’t want to repeat the cell value **DataPedido** The query that will return me the data is this: var _listaPedido = from…