2
votes
3answers
49 views
Algorithms to create a tabular representation of a DAG?
Given a DAG, in which each node belongs to a category, how can this graph be transformed into a table with a column for each category? The transformation doesn't have to be reversi …
0
votes
2answers
45 views
Why isn’t the table centered in Explorer?
This is a HTML email.
I have 2 tables inside each other. 1 set to 100% and another inside 700px wide.
This is the HTML:
<table width="100%" border="0" align="center" cellspac …
0
votes
1answer
13 views
How to include drupal form elements in a data table
I have a data table which is populated with data unrelated to drupal content (from a third party system). The data relates to photos which must be approved / flagged as inappropria …
-4
votes
4answers
65 views
Width of <table> and <tr>? [closed]
What's the part between <table> and <tr>?
Can see it if we set different width on <table> and <tr>
0
votes
1answer
13 views
Can I change the number of titles in Table??
Table has 4 title but I want to use just 2 of them how can i do that ??
0
votes
3answers
25 views
html table problem with doctype
I am trying to allign a table with an input so that the table creates a google-like drop-down. I am using jquery to retrieve the position and dimensions of the input element and th …
0
votes
1answer
17 views
How do I select a group of child elements from a parent element of a particular class?
If I have a table as in this example:
<table class="detailView">
<tr>
<td>Value1</td>
<td>value2</td>
</tr>
</table& …
-5
votes
1answer
39 views
Use Table as an editable Table [closed]
how can I make tables editable??? I want to set the cells of table by clicking on the cells
0
votes
2answers
28 views
PostgreSQL create table if not exists
In a MySQL script you can write:
CREATE TABLE IF NOT EXISTS foo ...;
... other stuff ...
and then you can run the script many times without re-creating the table.
How do you do …
0
votes
2answers
62 views
Javascript update to HTML table cell (from thousands to millions)
I need to create some javascript on my web report which converts table values to thousands or millions (eg divides or multiplies by 1000).
The trouble is that each value is 'click …
2
votes
8answers
129 views
How do you specify table padding in CSS? ( table, not cell padding )
Hi, I have a table with a colored background and I need to specify the padding between the table and it's content, I.E. cells.
The table tag doesn't seem to accept a padding value. …
1
vote
1answer
30 views
How to remove a lua table entry by its key ?
I have a lua table that I use as a hashmap, ie with string keys :
local map = { foo = 1, bar = 2 }
I would like to "pop" an element of this table identified by its key. There is …
1
vote
3answers
49 views
Query Caching in MySQL
Ok, I am building a fairly large statistics system, which needs to allow users to requests statistics for a given set of filters (e.g. a date range).
e.g. This is a simple query t …
0
votes
2answers
27 views
retrieving data needed for ajax call for multiple lines
Hi,
I have a table with many rows. When u click on these rows they open up more detail about the row you click in. This could be based on an int or string.
I have wired jQuery up …
0
votes
3answers
57 views
How to fix the table height?
Hi guys,
I want to fix the table height to 600px, eve if the content goes long.
Thanks for your help...
