Questions tagged as 'table'

1
answer

Carousel with a Table

I have a table with Bootstrap and DataTables. But I wanted to do something like a Carousel, that every X seconds it went to the next page, and when the end came, go back to page 1. How can I do this with Html / Css / Javascript / Jquery. The ide...
asked by 16.11.2017 / 14:24
1
answer

Apply style to table in javascript

I have a table <div class="container-fluid" style="margin-left: -29px; margin-right: -29px"> <!--Striped Rows--> <div class="row clearfix"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-...
asked by 03.07.2017 / 14:56
1
answer

Fill table column with Json Object (using Footable)

I'm testing a plugin to load a Json into a table, the footable, I was able to make it load the simple Json. But when I test a Json in which one of the columns is a Json object I can not see the fields of that object. Json below: [ {...
asked by 18.07.2017 / 03:33
1
answer

Align table columns

I have the following table, and would like to know how I can align the values according to the corresponding column Asyoucanseeintheimagethevaluesaremisaligned,the9thatisreferringto"GP" it is very far right, how can I solve this? .stats t...
asked by 22.06.2017 / 20:31
1
answer

Inner shadow of the parent element on the child

I need to make the inner shadow of the parent element over the child element. I have a div with overflow: scroll and a table inside it that can be larger than this div . I'm causing an inner shadow to appear in this...
asked by 28.04.2017 / 13:47
1
answer

Doubt in SQL Table

I created a table: Tabela Curso: Id int auto_increment nome varchar; Insert: Default, Arquitetura; Architecture has ID 1 in the table. Deleto the Architecture course. When I add any other course, it assumes ID = 2. Is it possible...
asked by 30.03.2017 / 17:00
1
answer

Error changing charset using MySQL Table Editor from latin1 to utf8

I'm trying to change the charset from a table directly in the database using MySQL Table Editor, from latin1 to utf8 however, when I select utf8 in the charset options it automatically changes the collation to utf8mb4_general_ci and when I apply...
asked by 17.04.2017 / 13:09
1
answer

Search in all columns of a table

I'm using the below function to do a "live" search on a table. The problem is that I want it to bring data into all the columns, and it's currently only bringing the first. function pesquisaTabela() { // Declare variables var i...
asked by 23.01.2017 / 15:00
1
answer

Sort a column of a table alphabetically

I have the following table and its code and I want to sort the table alphabetically so as to get "AC / BD / IC" instead of what is. //javascriptparaadicionarelementosfunctionadicionar(){vardisciplina=localStorage.setItem("Disciplina",documen...
asked by 07.12.2016 / 12:53
2
answers

Set rows in table

I have the following table: .mytable { width: 100%; height: 150px; overflow-y: auto; } .header, .footer { //position: absolute; } <table border="1" class="mytable"> <tr class="header"> <th rowspan...
asked by 04.11.2016 / 13:22