celltable Questions
1
I've got a CellTable, which has 4 columns:
| Column 1 | Column 2 | Column 3 | Column 4 |
Goal:
User can select multiple columns while holding mouse button down and hovering over the columns.
e...
Cuticula asked 18/3, 2014 at 12:23
1
I have a cellTable that has many columns like the followings:
OrderID - OrderDate - OrderTime - Name .....
1 - 2012-01-05 - 11:12:12 - Tom......
Each column will have a checkBox for Hide/Unhid...
3
Solved
I'm trying to convert a cellTable into adatagrid, because I want to add a search handler later and therefor I need fixed column headers. At the moment I extend the celltable/datagrid class and put ...
1
When using TableBuilder to create rows and sub rows, selection model isn't working as expected.
When clicking on a subrow's checkbox the row isn't been selected, however, the parent row become sel...
Wondrous asked 31/7, 2012 at 15:56
1
I want to make a datagrid in which rows will be draggable so that a person can move rows up and down by dragging the rows. As row of the datagrid will be get as an element. I know how to make the w...
Hazing asked 14/5, 2013 at 5:59
2
Solved
I'm using the ListDataProvider example here as a guide. The columns are sorting fine as expectd based on the provided comparators. I'm trying to programatically apply a sort as alluded to on this l...
3
Solved
I have a Gwt celltable. Clicking on the headers sorts the columns properly.
But on page load the columns are not sorted by default.
I want to make the right most column to be sorted when the page l...
1
Solved
If I define my CellTable in MyView.ui.xml UiBinder file like this:
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:c="urn:import:...
Detached asked 2/8, 2012 at 10:16
2
Solved
As a follow-up to Why are there no decent examples of CompositeCell in use within a CellTable?
I am trying to add-on JSR-303 validation support. I have followed Koma's config advice here: How to i...
Hydroquinone asked 3/2, 2012 at 2:6
1
Solved
I am trying to create a CellTable that has a column with some text and a checkbox, which will be used as a select all checkbox (see the drawing below, "cb" is checkbox). Currently I am using an cla...
2
I am trying to sort on a column in GWT using their ListDataProvider Sorting example as a reference
http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellTable.html#columnSorting
The problem ...
1
© 2022 - 2024 — McMap. All rights reserved.