0
votes
4answers
23 views
Using jquery , how to check whether a table cell is empty or not?
Using jquery , how to check whether a table cell is empty or not?
Please help me.
0
votes
2answers
37 views
Making Table Row Clicks Fire Hyperlinks in jQuery
I have a table of 5 rows and 3 columns. The first column has a hyperlink in it with a target=_new. I want things such that when I click any column in the same row, it fires that hyperlink and a new …
1
vote
2answers
25 views
Table item vertical-alignment change when adding control inside TD
I have been wondering about this. Why does the alignment of the td gets affected when placing controls inside it.
For example.
<tr>
<td>Row 1</td>
<td>
<input …
0
votes
1answer
28 views
solr relational database error
i got 2 tables:
threads: id, title
posts: id, thread_id, body
i want a document to contain the thread and all the posts that belong to it. why doesnt this work:
<document>
<entity …
0
votes
3answers
37 views
static progress bar as background of table cell
Does anyone know the best way to set the background of a row or cell as a 'progress bar'. For example if the 'percent used' cell value is '50%' the bar fills half the background of the row or cell.
I …
1
vote
4answers
42 views
Have first column in HTML table flexible when table width=100%
Hi,
I have an HTML table with 8 columns and multple rows. The contents of each cell is generated dynamically and it is hard to predict the width of any column. I set table width=100% as I would like …
0
votes
7answers
49 views
JQuery: How to show text insite <td> through press link inside <td>
i have code:
<table id="table_id">
<tr id="tr_id">
<td id="td_id">
<p id="tresc"> text </p>
<a href="#" id="link">more1</a>
…
1
vote
5answers
79 views
Need to assign multiple attributes to records - should I opt for one table or multiple tables?
I am using an MVC pattern to represent a table with many records of music albums. To each music album there are attributes (genre, artist, ratings, etc). Each attribute can have multiple values (so …
0
votes
3answers
45 views
+350
is there anyway to get the current record count in a html table thats using jquery datatable plugin
i tried using this:
var rowCount = $('#locationsTable tbody tr').length - 1;
but the one issue is that you can't tell if there is 1 record in the table or 0 records because, when there are 0 …
1
vote
3answers
36 views
how to post a dynamically created fields in a table using jquery / asp.net mvc
I have a button that will create a new entry (row in a table) dynamically using jquery. Each entry is a row in a html table.
for each row, each column has an input (textbox, radio button, checkbox) …
7
votes
8answers
149 views
Which should generate the HTML: JavaScript or php?
Merry Christmas and Seasons Greetings all!
Quick question, looking for some recommendations. I have a site that will be requesting data from a database and displaying back to the user in a table. I …
0
votes
3answers
25 views
how do i get the row (and its index) in an html table from a button click inside a cell in that row.
question is in the subject
0
votes
0answers
9 views
Navigation Controller and Table Views
Hello!
I have been working on an application lately.When the user opens the application,the first view he gets is that of a Table View which contains 6 categories.Next, I want to create a navigation …
0
votes
3answers
29 views
Create table and fill with test data provided as text
What is your way of creating and populating test tables in MySQL when looking into SO questions where tables (but not CREATEs) and test data (but not INSERTs) are provided?
And what client do you …
0
votes
1answer
27 views
+450
using jquery datatable plugin, does fnAddAdd() add rows to the top or bottom of a html tabld
i have tested this and the reason i asked the question is that it seems to be doing different things for different tables.
i couldn't find any documentation on if this is configurable or not. I …
