Questions tagged as 'table'

1
answer

How do I automatically add labels to a UICollection in Swift?

In my application I was able to use the UICollection to display a horizontal scrolling "table" containing the purchase information of the client with header, but now I have another question, I need this table to be fed with each new password add...
asked by 17.11.2015 / 23:03
1
answer

Javascript OnRowClick Returns To HTML With All Rows

I would like to return all the values within the Row, Row-A-1, and so on every time I click on a Row, but currently I can only print Row One. <div id="divTable"> <table id="userTable" border="1"> <tbody style="curso...
asked by 13.01.2016 / 20:43
0
answers

Create a Dynamic Matrix using AngularJS

I need to create a Dynamic Matrix where the user inserts the size of it. This Matrix must be using Div and not Table of HTML, and the content to be displayed within the Matrix is in images and must be navigable using both the Mo...
asked by 03.06.2015 / 19:37
0
answers

HTML table with fixed top columns

I'm trying to create a table that when the page goes down, the column row is fixed at the top. So, in jQuery I defined in the scroll event that when the columns were below the offset, it changed the Position of the columns to FIXED and...
asked by 05.06.2015 / 14:25
0
answers

Bootstrap table filter does not work

For some days I've tried to implement Boostrap's Table Filter, but the filtering does not work. Could someone help me? Here's the whole code: <head> <meta charset="UTF-8" /> <title>Teste</title> <scri...
asked by 26.03.2015 / 22:38
0
answers

Display jquery search element datatables in a specific div

How do I display the jquery datatables search box within a div ? My HTML table looks like this: <div class="row-fluid"> <div class="span4 pull-left"> <h4>Gerenciamento de Usuários</h4> </div&...
asked by 02.03.2015 / 00:44
1
answer

Popular table with HTML table data

I have a table with 4 columns (name, proof1, proof2, dummy). Suppose you are a teacher, and you want to post student grades. I'll give you the following: // $l representará o número de linhas que existem $l = -1; // $inst2 carrega: SELECT nom...
asked by 31.10.2014 / 21:43
1
answer

What is the best way to assemble this layout?

Well I'm building a simple layout for a system in php. My question is, what is the best shape, table or div? I mounted it on a table to display what I need. Follow it: body{margin: 0; height: 20000px;} .layo...
asked by 17.03.2016 / 18:08
3
answers

Problem with window.open () JS

I have a table composed of 3 columns: link, status, action. In the action column, I have 2 links that will serve as "buttons": VIEW & TO DISCARD Thistablehasinaverage+100lines...IneedtheuserclickonVIEW,togetthevalueofthecolumn"Link" in th...
asked by 23.06.2015 / 20:50
1
answer

How to change data types in fields in a table in mysql at once

I have the following table: create table pessoas( id tinyint, nome char, peso float, altura float(3), sexo int(1), nacionalidade varchar (20) ); But I want to change all fields at once alter table pessoas modify nome varchar (20)...
asked by 25.11.2018 / 21:34