Questions tagged as 'tabela'

1
answer

TClientDataSet Temporary Table

Good evening. My question is this: I have a temporary table created in TClientDataSet . However, I need to write the temporary table data to an XML file and then re-read the TClientDataSet , that is, delete the records and re-i...
asked by 10.11.2015 / 01:45
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

Use modal to display a static UITableView

Hello!  I am trying to show a static UITableView using modal transition. But when I click the button it shows nothing. I ran a test for another view and it worked correctly. But when it is done with the view that contains the static table, no er...
asked by 09.09.2014 / 05:16
1
answer

Create dynamic columns depending on a checkbox - excel 2007

I have a simple table with 4 values and a checkbox for each of them: Sellers: | João | Antonio | Paulo | Carlos On another excel sheet, I have a table where I can add rows, and where each row has Month-Year. I'm wanting the columns to be t...
asked by 02.06.2014 / 11:26
3
answers

Update a table using javascript and arrays

What I need to do is simple, but as I'm a beginner in the PHP and Javascript art, I'm beating myself a little. What I need to do is the following. I have a screen of requests, where I will register the data of the request, until then, okay. S...
asked by 02.04.2014 / 14:28
1
answer

Ruby on rails read csv file and fill table

I have the following news table: create_table "noticia", force: true do |t| t.integer "conteudo_id" t.integer "entidade_id" t.integer "imagem_id" t.string "texto" t.datetime "created_at" t.datetime "updated_at" e...
asked by 24.06.2014 / 15:05
1
answer

How to decrease Bootstrap table height?

Sirs, I made a table in bootstrap, but I want to decrease the height of the line, Is it possible to change directly from the table or do I need to tweak it in bootstrap.css? <tableclass="table table-striped table-hover table-bordered " &g...
asked by 31.08.2018 / 06:08
1
answer

Table with spacing at mobile / tablet resolutions

Developing an email marketing, I came across spaces (approximately 1px) that appear between the columns but this spacing only appears at resolutions smaller than 980px. The code was generated through the Fireworks software and had some modifi...
asked by 16.08.2018 / 20:45
0
answers

pulling from a form to a table

I have a form where I want to write those data and insert it into a table <form> <div class="form-group"> <label for="recipient-name" class="col-form-label">DATA DO AGENDAMENTO:</label> <...
asked by 07.06.2018 / 18:28
1
answer

Delete rows from a table except a MYSQL amount

I have in a table the columns: codigo, cliente, token_md, val, cartcodigo, clientenome, clientesobrenome, clientecpf, clientenascimento I need to delete exactly 46,550 rows from this table, with no worries of order.     
asked by 06.06.2018 / 20:37