0
votes
0answers
15 views

Table within responsive div not working in firefox

I'm using dreamweaver to build a page, I have a fluid grid layout that contains a table. Everything works and resizes as planned in Chrome right down to a window width size of 240px, but I've just ...
0
votes
1answer
28 views

Java reorganizable grid

Is there any layout or library in Java to make GUIs that contain a list of data with separate items, and the rows can be reordered by clicking the top of the column. I'm sure that was a terrible job ...
0
votes
1answer
27 views

How to change the way a devexpress grid sorts rows

I have a devexpress grid control on my screen. One of the fields in the table is Room number, and is taking in a string (just in case you have room 2A or something like that). However, when I click ...
0
votes
0answers
135 views

ExtJS 3.2.0: adding GridPanel features to existing HTML table

I'm just getting started with ExtJS, and using version 3.2.0, mainly because it has an example of creating a grid from an existing HTML table: "Grid From Markup". The functionality I really want is ...
0
votes
2answers
178 views

Jquery Select Radio Button on TD click, while adding class to active TD

I'm looking to create a grid that allows users to select the cell they want, which will select a radio button. Ideally I'll be able to hide the radio buttons and have there be a class added to the ...
0
votes
0answers
201 views

jQuery Sortable table (or table style layout)

I want to render a table whereby the user can drag-and-drop the columns and rows into any order. I have used jQuery sortable to achieve this with div columns, or table rows, but what I want to achieve ...
0
votes
5answers
304 views

Creating a 'grid' using HTML tables within a PHP foreach loop

I've been working with Twitter with the intention of grabbing a user's followers and displaying them in a grid format. The picture below illustrates how I'd like the output to be arranged: The code ...
1
vote
1answer
225 views

Extjs4 save all grid data in a table

I know how to get a value from a selected row of a grid, just like this: var records = Ext.getCmp('My_Grid').getSelectionModel().getSelection(); var record = records.length === 1 ? records[0] : ...
0
votes
1answer
58 views

EditableGrid datatypes: double

I'm using the editablegrid library to make a table editable so I can later edit and update the database I'm pulling data from. I'm having some issues with the metadata header in the jsp. I've got: ...
1
vote
1answer
66 views

How to make a game out of an html table?

Hello and thanks in advance for any help on this project. I'm basically trying to make a game that involves a grid. Here's what I have so far (it'll help to see the game before I explain what I need ...
0
votes
1answer
49 views

Tablecells in iOS

I would like to make grid, where every cell has some properties and you can do stuff like animation in these cells. Like the app Flow, where you connect dots with lines through a bunch of fields. The ...
-1
votes
1answer
170 views

Is there any jQuery plugin similar to ExtJS Grid? [closed]

With remote search, filtering etc... I was unable to convince my employer to use ExtJS, he insisted to on jQuery, the reason is that ExtJS looks like windows from 1995.
0
votes
1answer
624 views

Inline editing in table grid using javascript [closed]

Hi i am working a table grid component in a project and want to display an edit menu when the user clicks on the row. Similar to that in Mint.com. Please suggest
0
votes
1answer
807 views

How to read html table's record/row/cells using webdriver

I have a search result displayed on the web page, represented by one record in a table format. The code behind it : </table> <table id="highVolumeSearchResults_group" ...
1
vote
1answer
212 views

Creative way to display table with multiple columns and rows in a grid

I have a matrix of user data points, userid, selection, selection result. Now, I can have any number of users (average would be 15-50) and any number of selections (average would be 14-20). I want ...
0
votes
1answer
152 views

Wrong sorting decimal values tablesorter script

I have problem while sorting decimal values table sorter grid. When I try to sort distance values in the table the distance sort as follows : distance 0.35 0.76 1.36 1.75 10.36 100.66 2.33 ...
-1
votes
2answers
666 views

HTML table grid in PHP

i am currently doing some basic php and I am getting products from mysql and displaying each product with the corresponding details in a table. Currently they are one underneath each other Product1 ...
1
vote
0answers
229 views

CSS and nested tables TD width vertical align on grid

I am trying to align a table data columns to have the same width even if they are nested ... so I thought a fixed width will solve it in CSS I apply to every TABLE TR TD:nthclild(X) a different ...
0
votes
2answers
2k views

hide column in kendo ui using jquery or js

been a while research, try to hide one specify column in kendo grid table using this $('#grid .k-grid-content table tr td:nth-child(8),th:nth-child(8)').toggle(); with no help, any one has idea ...
-1
votes
1answer
236 views

Javascript - Changing Text into dropdown

I have a big grid of values. At first, each values was a drop down. But it was very slow to load (+15 sec). So I would like to use text in my grid (a regular table ) and use a dropdownlist on the ...
0
votes
1answer
224 views

Using GWT to build a sortable table/grid without EXT/GXT/Smart GWT/etc

For some background, I'm currently an intern who has been asked to use GWT to create some kind of table/grid that can be sorted by column. Ideally my boss (who told me to ask for help about this here ...
4
votes
1answer
374 views

Grid component for tabular data on iOS

I've got a couple apps that display tabular data in iOS. The easiest way to explain is probably with screenshots: As you can see, I'm just using HTML forums for displaying this data at the moment. ...
0
votes
2answers
200 views

Removing gridlines from a table in Java but leaving a whole row the same color

I have used TableCellRenderers on a table to repaint cells so that every alternate row in a table is a different color, however, when I use setShowGrid(false); it removes the grid lines but allows the ...
1
vote
3answers
1k views

Get Current HTML Code and Create PDF

I'm using MVC3 and iTextSharp. At First a added a Save and CreatePDF Button. With the PDF Button i call a Method which returns me the actual HTML Code of the shown WebPage. So far so good, now I ...
2
votes
1answer
848 views

HTML grid/table options (virtual rendering/scrolling)

I'm looking for a solid, high-performance HTML grid/table with virtual rendering/scrolling. So far I've compiled the following possible options: dhtmlxGrid datatables tablesorter www.jtable SlickGrid ...
0
votes
1answer
212 views

Grid swap rows and save new order to mysql - Using php and jquery

I am currently using a javascript table script called tableFilter, which works for the purpose I originally needed which was simply displaying data with the ability to filter and sort. Now I need one ...
1
vote
0answers
199 views

Sortable results for a horizontal accordioned table grid

I have an accordion grid script that I've been working on for some time now. The whole concept behind it is to offer groups of columns that are expandable/collapsible by category (horizontally) to ...
0
votes
1answer
155 views

Table header JavaScript

my Question is, how can i get text from header in javascript. so if i click on header i'll get alert with header text... $("#myTable th").click(function() { alert(this.text()); //that doesnt work ...
1
vote
0answers
96 views

The font its not changing with different screen resolution/size (jquery tabletogrid)

Im having a little bit of a trouble with jquery plugin tabletogrid.(http://www.trirand.com/jqgridwiki/doku.php) The thing is i have my grid, with data on it, but if the user is using a different ...
0
votes
1answer
473 views

Table rows show/hide - remove()

my question is, why i can not use hide() & show() to hide/show table rows on my web page. browser freze if i use any of those. But if i use remove() it works fine, but then i can not get this row ...
0
votes
0answers
206 views

Reading from json, insert checkbox: selector checkbox doesnt work

does any one know, why i can not use :checkbox selector to select checkbox inside grid? I read from json file and then display content using append() inside table. In first "td" of every "tr" i append ...
2
votes
4answers
1k views

how can i display a single record in 2 rows by using Yii CGridView?

I am using CGridView in Yii, how can i dsiplay a single record in 2 lines? basically i want to show a record details in 1st row of table and on other row i want to display its summary, i tried it ...
0
votes
2answers
91 views

Better Than HTML Tables For HTML Forms?

I'm renovating a legacy Java based web site. I've already greatly reduced the number of tags used on the front end by using CSS to do the graphic lay out of the "screens". Is there a CSS tag that ...
0
votes
1answer
268 views

How to span and stretch columns in Android

I'm relatively new to Android and what I want to achieve is a table/grid type layout with multiple rows. Column 2 onwards should always be aligned horizontally or for rows with less columns for them ...
4
votes
5answers
2k views

jQuery: Get next table cell vertically

How can I use jQuery to access the cell (td) immediately below a given cell in a traditional grid-layout html table (i.e., one in which all cells span exactly one row and column)? I know that the ...
2
votes
3answers
4k views

How to show a large table using JQuery Mobile?

We are trying to show a large table (more than 50 columns and 100 rows) using jQM in a web application for iPAD and desktop users. JQM works fine for us, but in our first possibility (a pure html ...
1
vote
1answer
89 views

XAML: Batch define elements of a column in a Grid

When defining the contents of a Grid, I first define all row and column definitions, then afterwards when defining elements I have to explicitly specify which row and column they belong to. Not only ...
3
votes
1answer
272 views

Random visible divs inside a table grid

My situation - Within a 4x4 table grid (16 cells total), I'm trying to display up to 7 divs in their own individual cell (whichever div is visible, have it be in its own cell - 1 div per cell). What ...
0
votes
1answer
778 views

iOS creating a multi column table/grid

I am looking to show a schedule like the week view of the calendar app for iPad, but zoomable and scrollable(2-D). I'm not really sure where to start with this. The Data structure would look ...
0
votes
1answer
994 views

jQuery ajax after fade out and remove table row animation

There are lots of demos out there explaining how to fade out a table row and that for IE's sake we must fade out the table cells, then remove the row after the animation completes. For example this ...
0
votes
2answers
323 views

Performance Flowdocument with Table with a big amount of data

What I try to do: Generate a report based on data from the database, and then be able to view it and print it. (this in WPF C#) How I do it: (dynamically, via code) My Window is simple, it's just a ...
1
vote
2answers
741 views

Dynamic editable table/grid generation with postback in MVC

Folks, I need to generate a table in MVC that can have a variable set of horizontal columns (years). I need to render a textbox in each cell and I need to postback the values to a action method.I have ...
0
votes
1answer
57 views

Displaying web user controls in a grid with paging

I have written a user control and I want to display its instances in a grid (like a NxM cells table) and with paging. Which control should I use and how to use it? Thanks in advance!
0
votes
3answers
341 views

How to fill html table made grid with colors using mouse click?

I want to create a simple tool so that user can fill colors inside html table fields or whatever the alternative you can suggest. Take a look at this page ...
0
votes
0answers
262 views

2D Data Table / Grid View in C#?

I am not really familiar with how to make a grid view so I have been looking at http://www.dotnetperls.com/datatable Example 2 is pretty close to what I want, except I need to have the columns ...
1
vote
2answers
251 views

Numbering the Tables in Mathematica and Grid problem

I am new to Mathematica and my English isn't so good either. My apologies in advance for my bad English. I will try to do my best to write it effectively. I have two questions: Q1: I have three ...
2
votes
0answers
680 views

Difference between Auto and Star for TableColumn and GridColumn in WPF

In Grid, Auto means the content width will define the column width, and Star means the column width will use the left space available. However in Table, I find a different behavior. If you have 3 ...
0
votes
1answer
519 views

wxPython Tables to display data on full frame

I can't find anything in the docs. All the code I find is messy and all over the place; all I want to do, is have a table take up the whole frame, and have 6 columns; ID Name Author Type Tags More ...
1
vote
1answer
630 views

How to display windows phone 7 binded controls inside columns

Hi guys I was wondering if you can help me fix this small problem, I have a textblocks with data bindind representing a table but the problem is all my data looks similar to this Test ...
3
votes
1answer
489 views

A Real jQuery “Grid”

I am currently looking for a solution to a real jQuery "grid." Every table plugin I have found so far has the same kind of structure and usage ( ...

1 2