Questions tagged as 'table'

1
answer

Table Search JS or jQuery

I'm wanting to make a search code using a RegEx for strings, and for normal numbers, and for the columns and rows of the table. I have tried a lot of different hypotheses, but none of them do that "refresh" back to the beginning when I delete...
asked by 12.03.2015 / 16:52
2
answers

Datatables - Rowspan in tbody: Can not read property 'className' of undefined

I'm using JQuery and the DataTable plugin in my tables. So in some situations I need to use rowspan in the body ( tbody ) of my tables, which generates the following error in Google Chrome and ends up not applying the plugin: Uncaught...
asked by 14.04.2014 / 20:20
0
answers

Table CheckBox in JavaFx selects alone when I move on the scroll bar

Hello! I'm learning javafx and I have a table with a checkbox column, when the application starts it list right in the rows of the table. The problem is that when I select the first two for example it selects others alone, and as I go down the s...
asked by 15.10.2018 / 22:35
1
answer

How to put the overflow bar at the top of the table

I have a table with a bar ( overflow-x ) to scroll to the sides. The bar is under the table, but I would like it to stay on top. I got the bar to spin the table 360 degrees and the bar 180 degrees, but it gave a problem with a graph tha...
asked by 09.10.2018 / 14:25
0
answers

Images in the header using docx4J

I'm using docx4j and all the images I try to put in the header of the Word file, can not load the image. Does anyone know why? When I insert the image into the document body, the image loads normally.     
asked by 30.08.2018 / 17:18
1
answer

Calculate items in a table

I need to calculate the table items and display them in a certain field on my page. Currently it looks like this: <div class="pacientes"> <div class="pacientes-header"> <i class="fa fa-people-carry"><...
asked by 31.08.2018 / 04:39
1
answer

Pull data from a table for inputs on the same page

I need help pulling values that are within table . I made a code using table with $sql = "select * from equipamentos"; to pull the data that I implemented in the Mysql Bank, but specifically in the Equipment Table. I can use...
asked by 18.05.2018 / 22:32
2
answers

Select Previous CSS Element

I'm trying to select the other parent element of a table , but it is not rolling via CSS . HTML <table> <tr> <td> <div> <input type="radio" class="voo-radio" name="voo-radio"> </div>...
asked by 06.04.2018 / 04:27
0
answers

StoredProcedure in SQL Server by passing a C #

I would like to pass a list of parameters to a procedure, how to do this process? I did some research and found that it is possible to create a TABLE TYPE and use it in the procedure parameters, but I could not use it, for example. CREATE T...
asked by 06.04.2018 / 17:35
0
answers

Delete record from javascript table React

Good morning,  I am not able to delete data from an API, My intention would be to put a Button in a column and when clicked on that Button the data of the respective line would be erased. This is my first post in the forum, let me know if you...
asked by 13.03.2018 / 15:24