Questions tagged as 'tabela'

0
answers

Problem in multitable search with php

I need to have my script search multiple tables within the same database. I do not want one table to be related to one or necessarily combined, I just need the site search engine to search for the word entered by the user in all the tables in th...
asked by 21.09.2016 / 04:50
0
answers

How to refresh the table without updating the entire page?

I'm developing a PHP system, and I put some buttons to activate and delete the line but it only returns the result if I refresh the whole page, I wanted something more dynamic in the table.     
asked by 03.08.2016 / 16:06
1
answer

Change table with javascript javascript

I have a dynamically created order table, the user selects the item, the quantity, and whether it is for loan or not, and adds the item to the table. I needed that by adding an item that is already inserted into the table (for example, the mo...
asked by 26.05.2016 / 19:15
2
answers

How to arrange the table so that photo and information are on the same line?

I need the image and property information contained in the table to be at the same height, but I do not know how to fix it. Here are the photos of how you are and how I wanted to: FollowtheHTMLcode: <!DOCTYPE html> <html lang=...
asked by 19.03.2016 / 16:46
1
answer

Create true table in C #

I have a test function that should receive different input combinations, to define these patterns I will use a true table. However, I'm having trouble generating the truth table, I did an initial prototype, which works well with up to 11 entr...
asked by 22.09.2015 / 17:43
0
answers

Filtering PivotTables in VBA

I have two PivotTables and I want to always select the same item in them, which in this case are names. So I have a rule that picks up the names in another worksheet and the number of pending issues, if the person has more than 20 issues, it sho...
asked by 30.06.2015 / 13:28
1
answer

Manual filter via VBA with the latest values available

I need to filter, via VBA, the last 30 values available in a dynamic table but in the "manual filter" which is the line ... Is it possible to read the values in the "manual filter" in VB?     
asked by 25.03.2015 / 19:46
2
answers

How to put td as a link.

Good morning everyone! I would like to put the contents of a <td> as a link so that the user can access the image that is in a folder on the server. This is the: //Montando o corpo da tabela $table .= '<tbody >'; w...
asked by 20.08.2018 / 14:22
1
answer

Table in html with misaligned columns

I have this table: As you can see, the columns are not aligned with the lines, and I do not know why, and I do not know how to fix it, since I smp this way and never had that problem. Follow the table code: <table> <tr>...
asked by 19.02.2018 / 22:29
1
answer

Getting the value of the table with ckeckbox and passing to the controller with AngularJS

Good Night! I have a problem that I have not found a solution yet First I make a query in the database that returns me some values and I play inside a table with ng-repeat Table <tr ng-repeat="contrato in contratos"> <...
asked by 26.08.2015 / 07:43