Questions tagged as 'table'

1
answer

How to leave the last column fixed with horizontal scroolbar?

I'm using a simple plugin: link How can I leave last column fixed? Here is an example of a fixed column: link I'm trying to get the last column fixed, but nothing is right. Follow the code in jsfiddle: link Follow the code: &...
asked by 19.03.2017 / 07:04
2
answers

Table with first fixed line using Material Design Lite

Hello, I'm using Material Design Lite, I need to leave the first row of the table fixed and roll the rest of the content. <table class="mdl-data-table mdl-js-data-table mdl-shadow--2dp"> <thead> <tr>...
asked by 09.03.2017 / 13:42
1
answer

Sort HTML tables

I have 2 tables that have been initialized in HTML but which are joining rows and columns through 2 Javascript functions. HTML Table 1: <table id="myTable" > <thead> <tr> <th>Disciplina</th> <...
asked by 26.11.2016 / 14:41
1
answer

Add TextBox's results from one page to a table of another HTML page

I have an HTML page with an empty table and when I click on a button, it points me to another page where I have 5 inputs, what I want to do in javascript is to put the result of these 5 inputs in the table on the previous page. p> Page 1, name...
asked by 25.11.2016 / 21:37
1
answer

Button that increases the limit of mysql_query

Hello everyone, I'm trying to get the following error: $albuns = mysql_query("SELECT * FROM albuns ORDER BY id DESC limit 4"); Make the limit increase +4 for each time you press, making 8,12,16 boxes appear. <ul>...
asked by 19.04.2016 / 20:00
1
answer

Creating columns in tables through variables in java

Hello, I would like the help to solve the following problem: I have a table, but its columns can be defined by user-defined variables. For example, the user sets a1, b1 and c1, from there the program creates a table that must contain a column fo...
asked by 07.07.2016 / 16:47
1
answer

Bootstrap 3 | How to leave last column always more right?

I need to leave the last column of my table (which has the glyphs of action) always more to the right: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script><linkhref="https://maxcdn....
asked by 29.08.2015 / 21:55
1
answer

Export table contents to an Excel file

I would like to know if it is possible to create a function in PHP and / or Javascript that allows exporting the contents of an HTML table (table inside a div) directly into an Excel file. I'm trying to take advantage of a function created fr...
asked by 17.07.2015 / 16:17
1
answer

Search Database in PHP

I have a database with 3 tables and I need to know if in table A (for example) the field type is 0 it will fetch data from table B, if it is 1 it fetches data to table C. And I have the following code that came in the site (when I got it),...
asked by 25.06.2015 / 11:56
1
answer

Images do not line up on the table

I have this code: <!DOCTYPE html> <html> <head> <title>Figuras em tabelas</title> </head> <body> <h1 align="center">Montando figuras com tabelas - 1</h1> <table border="0" c...
asked by 28.04.2015 / 15:22