JQuery :: Drag Table Columns Of A Ajax.loaded Table

Oct 14, 2011

I want to drag table columns of a ajax.loaded table.... is this possible with a jQuery-Script?

View 1 Replies


ADVERTISEMENT

JQuery :: Drag And Drop Move Row From First Table To Second Table?

Oct 9, 2009

I have two tables and i need move some rows from first table to move second table. I found on web how move rows in one table but i don´t know how moving in between two tables. Do you know where i found some information or example?.

View 1 Replies View Related

AJAX :: Table Columns Not Sorted By Tablekit After Call Is Added

Mar 4, 2010

I use the Tablekit library and Prototype javascript framework on firefox, chrome & IE8. The columns in this table can be sorted by the Tablekit library.

<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/tablekit.js"></script>
<body>
<div id="mainmenu">
...
</div>
<div id="content">
[Code]...

However, after adding the periodic refresh by AJAX (eventually I want to refresh only the web page when there is new data available) and <div>, then the columns in this table cannot be sorted by the Tablekit library.

[Code]...

View 1 Replies View Related

JQuery :: How To Resize Table Columns

Oct 6, 2009

I'm looking for some super light-weight technique to take an existing table and just be able to resize the column headers. I've seen several jquery table plugins out there that seem to do everything imaginable, but I don't really need any of the fancy bells and whistles. I want to use my existing table structure and styles.

View 1 Replies View Related

JQuery :: Append Table Row After X Number Of Columns

May 25, 2010

I'm trying to append <tr> after every x number of <td>'s. I'm not sure how to do it.

Here the code which I'm trying to do.

End result: should be 10rows and 10 columns.

View 3 Replies View Related

JQuery :: Bind Specific Columns Of A Table Row?

Nov 17, 2010

How to I bind a click function to specific columns of a table row?

Btw, this is a (yet not answered) crosspost of [URL]

I currently have this piece of code:

$('#example tr').click( function() {
// selection stuff here, $(this) is the row
});

However, this binds the whole row. As there are checkboxes in the row, I don't want to have the cells containing them bound, too. But, there is a problem: I need to know what row has been clicked on / to what row the cell belongs to. I simply don't get it to work, I tried something like this:

$('#example tbody tr td:lt(7)').live('click', function() {
var nRow = $(this).parent();
});

View 1 Replies View Related

JQuery :: Making Sure There Are Always 4 Columns To The Main Table?

Jun 2, 2011

I've got a website that displays all my products together within a table and the user can then click on the product they want to buy or obtain more info on. This is always displayed in four columns.

However if you have a few pages of products for one category it can be displayed across a few pages. For some reason the content management system I use will display only 1, 2 or columns on the last page if there are less than 4 products on the last page. When this happens you can get the produts displayed with a different width to what I've set within the CSS because the table's with is set to 100%.

When this happens is it possible to set the the width of the table to:

75% if there are 3 columns

50% if there are 2 columns

25% if there is only one column

Or is it possible to keep the width of the table at 100% and just add the extra columns if there are not 4?

The table id="catprods_tbl" and the columns (td) are is set to id="column_main"

I have included the example of the layout when there are only two columns on the last page.

[URL]

View 2 Replies View Related

Sticky Table Columns

May 2, 2007

I have a requirement to build a div in a page that contains a table of
plane details, and one of the columns (on the left - tail number)
needs to be sticky on the horizontal axis but not on the vertical axis
(i.e. when scrolling right the tail numbers need to stay visible on
the left hand side, but when scrolling down the tail numbers need to
scroll to keep up with the rest of the plane details).

I have been looking at various ways of doing this but currently to no
avail, the idea that looks most promising is to split it into two
tables and set them both to have scroll bars, the problem with this
idea was that both the tables need to be scrolled by the same amount
vertically, i could get the position of one table using the offsetTop
property but could not find a way of setting the offsetTop property
for the other table so they stay aligned. The other issue with this is
that it would be using the onscroll property which does not seem to
show any distinction between horizontal and vertical scrolls..

View 3 Replies View Related

Comparing Table Columns

Dec 14, 2007

I have a material table wich contains the article number, a quantity input field, a max quantity field... How can i test that the input quantity is less than the max quant one ?
Here is a sample code :

View 2 Replies View Related

Hide Columns In A Table?

Jun 28, 2011

I want to hide columns with all green cells and I stored the column # that I want to hide into an array, errorColumn(). I am able to hide the rows I want, but I can't seem to figure out the columns.

I think the .has function is the problem because when I use the if(j!=5), it'll hide all columns but the 5th one. I just need it to do that for every column in my array...

Code:

View 2 Replies View Related

JQuery :: Drag & Drop On Table Rows

Feb 11, 2010

I'm looking to find out a way to drag and drop table rows between two tables. I reused jQuery example for portlets, but that did not work to full satisfaction. In above screen shot I added border, but that is just for illustration of the issue. Problems:As you will see from the code I have to work with relative measurement there for I use percentage. I wasn't able to enforce row width to fill in whole table. How do I force full row width?

Drag-able row are part of table body (tbody) and headers are done with thead. In this scenario I enforced same style settings on header as body and everything is now squashed to the left. If I leave styling out of header then first header stretches over whole tdody content and second is out of place over nothing. Sort of bad designed table when you forget one column. This become a big issue if there is more then 2 items in a row, for example 4 column in tbody get squashed under one thead column even though there are 4 headers to align under it.

[Code]...

View 1 Replies View Related

Sorting Columns In A Table Or Form

Jul 20, 2005

I need to be able to create a 2 column table and then based on which column
header is clicked on, sort the list by that column so that each table row is
sorted properly. If possible there might be more than one line in the row
and I would only want to sort on the first line in a given row. Can this be
done using JavaScript. If so, which entities do I need (A table? A form?)

View 1 Replies View Related

Retrieve The Contents Of The Columns Of A <table>?

Mar 4, 2010

I'm having trouble recovering in JS content of the columns of a <TABLE>.

View 6 Replies View Related

Sort/Reverse Table Upon Columns

Oct 15, 2004

The code sortes/reverses the rows of a table with data upon the correspondent chosen column.

Uses DOM methods

Tested in IE6, NS7, Firefox, Moz 1.7, Opera 7.5 on XP

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>sort_reverse table</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<style type="text/css">
<!--
td {
background-color: #CCCCCC;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
function sortIt(w){
r=document.getElementById('tab').rows;//the root
var oRows = new Array()//set the rows to be removed as an array of cloneNodes
var iRows = new Array()//set those rows' indexes as array
for(var i=1;i<r.length;i++){
oRows[i]=r[i].cloneNode(true);
iRows[i]=r[i].rowIndex;
}
q=w.parentNode.cellIndex;//set the column index of cells content
var oCol = new Array()//set the string content of column cells as array
var vCol = new Array()//set the "compare" array for a future sort/reverse
for(var i=0;i<iRows.length;i++){
oCol[i]=[r[i].cells[q].firstChild.nodeValue,iRows[i]];
vCol[i]=[r[i].cells[q].firstChild.nodeValue,iRows[i]];
}
oCol.shift();//remove the first element (the content of the cell in first row
vCol.shift();//do the same with "compare" array
oCol.sort();//sorts the content array
if(vCol.toString()==oCol.toString()){oCol.reverse()}//if the content was already sorted, reverse
for(var i=1;i<r.length;i++){
r[i].parentNode.replaceChild(oRows[oCol[i-1][1]],r[i])
}//writes the rows in a sorted/reversed order
}
</script>
</head>
<body>
<table id="tab" width="400" border="0" cellspacing="2" cellpadding="2">
<tbody>
<tr>
<td><a href="#" onclick="sortIt(this);return false">SORT/REVERSE</a></td>
<td><a href="#" onclick="sortIt(this);return false">SORT/REVERSE</a></td>
<td><a href="#" onclick="sortIt(this);return false">SORT/REVERSE</a></td>
</tr>
<tr>
<td>Banana</td>
<td>yellow</td>
<td>10</td>
</tr>
<tr>
<td>Apple</td>
<td>cyan</td>
<td>20</td>
</tr>
<tr>
<td>Cherry</td>
<td>blue</td>
<td>40</td>
</tr>
<tr>
<td>Drops</td>
<td>green</td>
<td>30</td>
</tr>
</tbody>
</table>

</body>
</html>

View 10 Replies View Related

Count The Number Of Columns In A Table?

Oct 7, 2005

I wanna find out the number of my columns in my table. How can I do that? I have tried to do it with the following code, but it delivers me an "undifined" as result. What's wrong here?

HTML Code:

View 3 Replies View Related

How Do You Access Rows And Columns Of A HTML Table?

Jul 23, 2005

This example applies to javascript, table, cells, rows[color=blue]
>
> How do you access rows and columns of a HTML table?
>
>
>[/color]

<script language="javascript">
alert('start');
var tabl = document.getElementById('ordersTable');
alert( tabl.rows.length);
var l = tabl.rows.length;
var i = 0;
var s = "";
for (i = 0; i < l; i++ )
{
var tr = tabl.rows(i);
alert(tr);
alert(tr.cells(0));
var cll = tr.cells(0);
alert(cll.innerText);
s = s + "|" + cll.innerText;
}
alert("result=" + s);
</script>

View 1 Replies View Related

Hiding Table Columns Is Not Working Properly?

May 29, 2010

The code works great to hide the columns. The only issue is when you un-hide them again, it does come up correctly. I want the headings to all be on the top row and then the actual data be on the next row. If you do all of them, it stacks all the headings on top of each other and then puts the data rows in order with 8 rows etc. Code is below.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">[code].....

View 6 Replies View Related

Better Way Of Swapping Columns And Rows In A Table (code Provided)

Jul 23, 2005

This works but is a bit long-winded. Is there a better way? ....

View 3 Replies View Related

Switch Table Rows/columns With DOM (firefox Issues)

Nov 17, 2005

I want to switch entire rows/columns around in a table. Move rows up/down and move columns left/right. This works fine in IE/opera but has a few problems in firefox.

First of all, is this the 'right' way to do this or is there a better way? Firefox doesn't support swapNode().

When moving rows up/down (top one in demo) firefox takes a few clicks to work when it should be one click on the button. I have no idea why. Code:

View 3 Replies View Related

Drag A Table Row And Delete The Row?

Feb 18, 2009

I am trying to make a script that when I click on table row and drag it on top of an image that table row gets deleted.

View 1 Replies View Related

JQuery :: Setting Table Height Dynamically After Page Has Been Loaded?

May 22, 2009

OK, I am very new to jQuery so bare with me here. I am trying to get the document body height and set it as the height of a table, after the page has been loaded. Below is an example of what I am trying to do.

[Code]...

I am not sure where to place the jQuery code, before or after the table tag...and I am not even sure if any of my jQuery code is correct. Once again, i need to set the table height AFTER the document has been loaded and then dynamically change the height of the table.

View 1 Replies View Related

JQuery :: "Table Drag And Drop" Tool On My Page - Getting Prev() Classname ?

Oct 2, 2009

I have a "Table drag and drop" jquery tool on my page, and have several drag and drops on that page. What i need is that the result of that drag and drop is set to a value of an <input> field.

The name of the input fields needs to be variable.

This is the HTML:

And this is the used code:

But this doesnt work. "$.tableDnD.serialize()" gives a good output (tested that) but how do i put this in an input field?

I use this: [url]

ive tried giving the tables, the tr's and the td's classnames, but cant get it working....

View 2 Replies View Related

Editable Table - With Editable Rows And Columns That Will Feed Back Into A Database

Aug 12, 2009

I'm trying to implement is a table with editable rows and columns that will feed back into a database. If I could do it with AJAX that would be great too, but I'm not too familiar with javascript. I don't need the code, I need more of an idea. The HTML Table is currently a recreation of the MySQL table minus a few columns. Its all in text, but if I could make the text editable, or better yet, make the text turn into input boxes it would be really cool. I'm not really sure what kind of methods and properties I would need, or quite how to put it all together. What do you think is the best way to go about the entire project?

View 8 Replies View Related

JQuery :: Clone Table Row And Clear Inputs And Table Cells?

Dec 8, 2010

I have a table that I wrote/borrowed a function to clone a row in a table. I want the new row to be cleared of data.

$("#addrow").live("click", function() {
//clone last row to variable
var row = $('#dataTable tbody>tr:last').clone(true);
//clear text boxes

[Code]....

The code to clear the text boxes and selection boxes work great. The code to clear the text from the table cells that do not have a form element do not work at all. The .Client and .Project cells that I want to clear are populated by an ajax call and the .total cell is populated by a function that sums the values the text boxes.

View 2 Replies View Related

JQuery :: Reading Table Values - Get The Value Of Each Table And Insert Them In An Object

Feb 26, 2010

I have two columns in my table and the rows are created dynamically.

<table

For each row, I want to get the value of each table and insert them in an object as follows.

How can I do that?

View 1 Replies View Related

JQuery :: Selecting Table Rows In Cascading Table Structure?

Jun 6, 2011

I have a need to select all table rows in the outer table of a cascading table structure, that is a table with contained tables. I tried to use the "Context" section of jQuery, but the table rows of the sub tables are being selected as well.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved