Questions tagged as 'tabela'

1
answer

Keeping a list with alternate backgrounds when searching

I have a list with gray background in the item: nth-child (odd) but when I do a search is inserted a display none in the items that do not contain anything related and ends up messing the order of the colors, I need them to be rearranged accordi...
asked by 20.11.2018 / 02:59
1
answer

Create a new table for optional values

Having trouble creating a new table for fields that are not required? For example in the address table (cod_endereco, pasadouro, cep, number, complement) where complement is an optional field, and when a user inserts data the table does not have...
asked by 06.07.2018 / 04:26
1
answer

I'm trying to print the x on the screen but it gives error in the data table

I'm trying to make a table put an x in the location of the file. The code in the table worked, but I want to put it in a jquery datatable but he is not accepting it takes the confg of the plugin or error the table code is this <!DOCTYPE...
asked by 08.06.2018 / 19:37
1
answer

Placing the title of the table

I want to decrease the size of this table but the title (schedules) fixed the size of it there then I wanted to play the titles in order to timinur the space of the table $('#inputGroupSelect01').change(function (value) { var...
asked by 11.06.2018 / 18:57
2
answers

Relationship of 1 attribute with different tables

Hello, good afternoon. I'm modeling my database (MySQL) and a question has arisen. In the bank, among others, I have the following tables: Officials - Sectors - Branches An Employee works OR in a Headquarters Sector OR in a Branch. I wan...
asked by 18.01.2018 / 19:09
1
answer

How to do inner join in associative table? [closed]

Tables and inserts: CREATE TABLE CLIENTE( IDCLIENTE INT PRIMARY KEY AUTO_INCREMENT, NOME VARCHAR(30) NOT NULL, SEXO ENUM('M','F') NOT NULL, ID_CARRO INT UNIQUE ); INSERT INTO CLIENTE VALUES (NULL,'GABRIEL','M',1); INSERT INTO CLIE...
asked by 19.09.2017 / 02:42
1
answer

Invalid Data Types

I am trying to create a table in my database, however it is giving error of invalid data types Script from my table: create table Venda ( cod_Venda number(5)not null, DataVenda DATE, Hora TIME, cod_Comanda number(5)not null, const...
asked by 17.10.2016 / 00:18
1
answer

Update table html after registering user using ajax

Hello, I have a following js code to register a user. $(function() { $('#cadastrar_usuario').submit(function(event) { event.preventDefault(); var formDados = new FormData($(this)[0]); $.ajax({ url: 'fu...
asked by 15.07.2016 / 21:48
1
answer

Update table with data from another table by decreasing character

Hello, I have the BDMCOM1 bank that has a Product Balance table and a Quantity column with values like this: 1,000. However I have another bank BDMCOM1_V3_ALEA that also has the Product Balance table and Quantity column, but with values in this...
asked by 11.07.2016 / 16:08
1
answer

Backendless - Composition of table id

Hello I created a table in Backendless and I would like to know if I can compose table id with 2 fields as in SQL table . Is it possible?     
asked by 06.05.2016 / 20:22