Questions tagged as 'html-tabla'

0
answers

How to incorporate a page paging in Vuejs?

I am in the process of learning with this framework ( vue. js ) and I need to find a way to add a page in a table, by which, it should be expanded as more objects are added and then list them in the table and limit the number of items to be disp...
asked by 18.07.2018 / 18:22
0
answers

PHP Change Database in Foreach with button ...?

Code: foreach ($conexion->query("SELECT * FROM asegurados.asegurados LIMIT 0,1000") as $row){ <td> <input type="submit" name="submit<?php echo $row[Id] ?>" value="Guardar" onclick = "<?php $query = "UPDATE asegurados....
asked by 12.05.2018 / 03:49
4
answers

How do I show the result of a loop in a table?

I am trying to make a page that shows the conversion of 1 to 10 dollars, dollar for dollar and that is printed using a while loop but inside a table, but until now I have not been successful. The code that I created goes something like this: &...
asked by 03.08.2017 / 19:59
1
answer

Can a table be made responsively?

I have a small form of clients in which I have to accommodate the data of a normal client (name, phone number, address, email, residence), and I have not been able to make my form 100% responsive and at the same time have a good order of design,...
asked by 04.11.2018 / 06:47
1
answer

Add rows to the TBody of an HTML table with JavaScript

The problem I want to solve is to be able to add rows to a table with JavaScript, after having selected an Input Radio, the table should change. The JavaScript code: <script type="text/javascript"> $(document).ready(function() { var v...
asked by 19.10.2018 / 17:54
1
answer

How can a filter script be optimized to a table?

I have the following function in JavaScript to filter data from a table, but its response time while I am writing the data to search is very slow, is there any way to optimize it?     
asked by 01.08.2018 / 21:34
2
answers

display data in a table [closed]

How do I not see the one available in the column that is already not available, if I do it with @else it's worse since I go through the array 3 times. <table> <thead> <tr> <th>Hora</th> <th>...
asked by 08.11.2017 / 20:36
1
answer

Snap HTML Table Automatically [closed]

I would like to know how to make a table of html format when information is added is adjusted automatically so it fits into the cells. This is the code I'm doing: <table align="center" border="1" style="width:auto; height:20px;" class...
asked by 24.11.2016 / 01:57
0
answers

Export selected data (multiple checkboxes) to a table

It turns out that I have several fields in the checkbox, and I want that each time the checkboxs are marked or selected, they pass the data to a table the checkboxes are within a modal, then in the modal the fields are selected, which when se...
asked by 30.12.2018 / 00:50
1
answer

Problems comparing two variables in php

I have two sql server queries in php and I want to compare them. I have them as follows: $variable1 has N amount of data. $variable2 has N amount of data. Both variables save SQL Server queries from different tables...
asked by 17.11.2018 / 17:42