Questions tagged as 'tabela'

1
answer

Filter table data through checkbox

I have the following checkboxes: <div class="row smart-form"> <section class="col col-1.5"> <label class="toggle"> <input type="checkbox" name="checkbox-toggle" rel="Natureza" value="Produtos">...
asked by 10.02.2015 / 16:02
1
answer

Query table row and "ranking"

I'm creating a series of profiles, and I want to create a sort of ranking based on the number of visits . I already created the script to add visits and everything is already right in the users table. User_id|User_cover|User_name|...
asked by 03.02.2015 / 12:08
1
answer

Save new cell position after reorder and affect the model (datasource)

I need the implementation of a tableview, where I can rearrange the cell positions and save them in the new order. And this new order should affect the order that they are saved also the model (in this case an NSMutableArray or NSMutableDictionr...
asked by 14.09.2014 / 19:32
1
answer

How to fill table with information from a database?

So my people, first of all, would like to say that I'm a beginner and I started learning this week so take it easy with me, please u.u So I'm tinkering with a test site here and I have the following situation: I have three employees and each...
asked by 26.10.2018 / 04:06
1
answer

Errors with pagination and table filter in js

I found some practical errors running my code and I do not know how to fix it. Here is the code below: <div id="divConteudo"> <?php $con_string = "host='***' port=5432 dbname='***' user='***' password='***'"; $conn = pg_connec...
asked by 13.09.2018 / 14:24
0
answers

I can not get JTable value [duplicate]

So, I was trying to look up values in a JTable, testing if what's in the x-line and y-column hits an object, but it's not going at all and I do not know why. I've tried everything = ( public Integer[] getRowIndex(Object value, int column) {...
asked by 07.07.2018 / 14:38
0
answers

"Transpose" table in classic ASP

People, I have a table in SQL with the following columns "pv, product, values". Currently I have a registration form, where the person inserts these values and he goes to this table with id auto increment. But I need to generate a control...
asked by 28.06.2018 / 22:40
1
answer

Validate table row contents

I have a function that returns the results, which will populate my table. I want, when it does not work, a message appears, that there is no information to be displayed, currently in my table, when there is no record, only the table header appea...
asked by 19.06.2018 / 13:57
0
answers

Add a data in a specific cell of a table [duplicate]

I have a form with a schedule filter and I would like to add an X in a cell specific to that table schedule when I click the button and it adds a new line with the chosen field marked with X var cells = document.querySelectorAll("table tr...
asked by 06.06.2018 / 16:24
1
answer

Changing the table field

I have this table that I did as a test where I would like that when the user schedules a schedule in a possisao he could come with a letter and put in the place of the one and the color of the cell type A = green B = black C = blue but I'm not a...
asked by 04.06.2018 / 17:02