Questions tagged as 'table'

1
answer

How to create a table in MATLAB?

I'm doing a job that I want to create the following table: I have tried several commands like table and readtable and it always returns me the following message: Undefined function 'readtable' for input arguments of type 'char'. Undef...
asked by 16.07.2015 / 18:10
1
answer

Change font color of a cell Table with ajax

Let's say I have the following table: IhaveanoptionthatIclicktoactivatetheusersselectedbycheckboxes.Everythingalreadyworkingandevenoccurstheactivationofusers.I'musingAjaxbyhavingthebrowsercommunicatewiththeserverandactivatetheuserwithouthavin...
asked by 06.11.2014 / 19:10
1
answer

How to put a MouseCliked event on a table using JavaFX

I'm trying to put a MouseCliked event in my table but this error: java.lang.IllegalArgumentException: argument type mismatch My method looks like this: private void tblArquivosMouseCliked(ActionEvent event) { System.out.println("...
asked by 29.05.2015 / 15:38
2
answers

Go through a table (grid) Razor MVC

I have a table that is populated by a Model in HTML Razor in a partialView , a field of this table I left as editable using @Html.TextBoxFor . After the user edit this field I need to update in the DB, but first I need to retr...
asked by 12.06.2015 / 17:03
1
answer

Breaking cells / td from table in html

I have a dynamically generated page with php / sql , there is a tabela with dynamic data, tabela is within a div that limits and organizes page ends and size. But it is not being displayed as it should, breaking...
asked by 02.04.2015 / 03:40
2
answers

Vertical text in table

I am reproducing a pdf: But I need to put this vertical text which is in the image, I wanted to know how to leave it vertically, in the same image format only using table, and not use div.     
asked by 12.07.2018 / 21:18
0
answers

Update a Repeater after inserting a new row in the Table?

Good morning, guys! I have a table that is populated with a Repeater. This table has a filter, which is programmed all via javascript from a ready layout. After adding a new value in the table and using its filter, only the initial values app...
asked by 17.05.2016 / 15:04
0
answers

Select from a table inside a cell of another table [closed]

Can not you% construct a table that contains one result of another table in one of its columns? The master key would be the reference.     
asked by 01.02.2016 / 20:27
1
answer

TableRow added via program is not bringing all fields!

I'm trying to make a ScrollView - TableLayout - TableRow via program, but using an XML Layout as the basis of the internal data of TableRows. It happens that whenever I try to add the text of the last field (message) of this layout or...
asked by 05.01.2016 / 18:56
4
answers

HTML - Space between tds

Is there any way to give spacing between <td> as in the figure below? OBS: With right-only spacing of <td> .     
asked by 07.12.2015 / 19:08