Questions tagged as 'table'

3
answers

Is an TR anchoring possible?

Is it possible for outside of a tr element to link any address as below? <a href="www.enderecodesejado.com.br"></a> If it is not possible, would JavaScript solve this or is it better to forget? I have the following tab...
asked by 11.01.2014 / 21:13
3
answers

Fix first line table

I need to set the first row of my table always at the top of the page. I have read several questions about this same problem, but I could not solve ... My code: <table border="2px"> <tr bgcolor="0099FF" id="topo"> <th...
asked by 19.12.2014 / 02:17
2
answers

Add class to a DataTable

I'm making changes to a pagina.aspx of a system, however many things are generated through language functions. <table id="ctl19_tableAreas" style="height:100%;width:100%"> <tbody> <tr style="height:249...
asked by 24.11.2015 / 05:58
1
answer

How to leave a table of checkboxes (Table of access levels) responsive?

I do not know if anyone has ever come across this kind of structure. But it's the following, I need to make this table of the image below responsive. Has anyone seen anything, do you know how, or do you have any idea how to implement it, or some...
asked by 01.10.2014 / 22:29
2
answers

How to change CheckBox with onChange from DropDownList in ASP.NET MVC Table?

I'm developing a site with ASP.NET MVC and Razor, I have one table with a few columns in one of my pages. I have in this table a State column which has a CheckBox and another column containing a DropDownList with some options. I would like...
asked by 20.05.2016 / 14:27
3
answers

How to insert an element between two elements?

Explanation: I have a <div> parent that contains two <div> daughters, however I would like to insert a <table> using javascript, between, that is, in the middle of these two <div> daughters...
asked by 19.02.2014 / 20:49
4
answers

Filtering td with PHP

I have several <td> <td>Conteúdo</td> <td>Conteúdo</td> <td>Conteúdo</td> <td>Conteúdo</td> <td>Conteúdo</td> <td>Conteúdo</td> I wanted to split these...
asked by 18.12.2014 / 20:17
1
answer

How to put signals between td

How can I put signs or images in the middle of the edges of a table, as in the image?     
asked by 04.11.2016 / 23:09
2
answers

Insert a select into a td by double clicking it is possible?

Hello, I have a dynamic table that works fine, but since the field is an input people can type anything, but I wanted to limit this edition using the option options, the table I use the id="tblEditabel" and in the rows which will work with...
asked by 18.02.2017 / 14:20
2
answers

Report error while performing UPDATE with SQL

I have a project, in which the administrator can change registered data of tables, but if the query is executed but no change occurs, I would like to return a message or error, here is what I have so far: $altera = "UPDATE z SET y= a WHERE x= x...
asked by 16.11.2015 / 23:20