Questions tagged [treetable]

Query plugin for displaying a tree structure in a (HTML) table, i.e. a directory structure or a nested list.

jQuery treetable is a for the library. Query plugin for displaying a tree structure in a (HTML) table, i.e. a directory structure or a nested list.

222 questions
0
votes
1 answer

Trouble employing BeanItemContainer and TreeTable in Vaadin

I have reviewed multiple examples for how to construct a TreeTable from from a Container datasource and just adding items iterating over an Object[][]. Still I'm stuck for my use case. I have a bean like so... public class DSRUpdateHourlyDTO…
Chris Phillipson
  • 795
  • 1
  • 15
  • 34
0
votes
1 answer

DataTables warning (table id = 'example-advanced'): Cannot reinitialise DataTable while using treetable and datatable at the same time

DataTables warning (table id = 'example-advanced'): Cannot reinitialise DataTable while using treetable and datatable at the same time. Here is my code:
Nyaro
  • 177
  • 3
  • 7
  • 23
0
votes
1 answer

primefaces - TreeTable resets input on collpase

I've got a Primefaces's TreeTable with input fields that are bind to a managed bean that contains some default data for the TreeTable. The problem I am facing is that when user expands a node, changes value in the child's inputtext and then…
igor
  • 267
  • 1
  • 4
  • 11
0
votes
1 answer

Customize JTable like Eclipse property window

I have to create a table like property window in eclipse. I have created the it with help of JXTreeTable. But the problem is I can't able to customize a specified cell as combo box like in Eclipse property window. How to customize JTable like…
user2067201
  • 258
  • 1
  • 13
0
votes
3 answers

JSF Primefaces treetable expand not working when updated through ajax

In my first page I show a command button which loads a treetable. The treetable is displayed but expand node is not working. I am using primefaces 4.0, jsf 2.2 Here is my code, First page backing bean @ManagedBean(name="loadBean") public class…
Praveen
  • 522
  • 1
  • 8
  • 17
0
votes
1 answer

Issue with tree table in IE8

I'm using vaadin 7. I have an issue with tree table. Line between any two columns is missing. Please check the below link in IE8. I have a similar issue. Is this a bug? can be…
Gugan
  • 1,625
  • 2
  • 27
  • 65
0
votes
0 answers

Primefaces treetable implementation

I am trying to implement primefaces treetable with checkbox and multiselection, like the one in primefaces showcase, everything works as expected but when I try to get the list of selected nodes, I only get the top nodes. So for example, if the user…
Eddard Stark
  • 3,575
  • 8
  • 35
  • 51
0
votes
1 answer

Destroying jQuery TreeTable instances

This seems like a simple question, but I'm not how to go about it. I'm using ludo's great jquery treetable plugin, however, I want to be able destroy it on call. Does anyone know how to destroy an instance of this (at least on the javascript…
streetlight
  • 5,968
  • 13
  • 62
  • 101
0
votes
2 answers

Add many objects types in the same column at TreeTable

I have a problem to add many objects types in the same column in TreeTable. The method to create the TreeNodes is in below: TreeNode taskProject = new DefaultTreeNode("node",projet,root); for (Tache ta : listTache) { tache = ta; TreeNode…
Andriel
  • 354
  • 2
  • 5
  • 20
0
votes
1 answer

Resizeable columns in TreeTable?

I'm using Ludo's great TreeTable plugin, but I'm trying to figure out how to make 'resizeable columns' -- meaning the user can grab the border in the table head / row, then shift them to alter the size of the columns. I found one thing out there…
streetlight
  • 5,968
  • 13
  • 62
  • 101
0
votes
1 answer

PrimeFaces TreeTable not responding to form submit

I'm trying to display values using primefaces Tree (and TreeTable, which would even be better, but the result is the same)
facewindu
  • 705
  • 3
  • 11
  • 31
0
votes
0 answers

Collapsing the p:treeTable back doesn't move the footer back in Chrome

I am new to Primefaces and using version 3.5 I am playing around with a treetable with single selection mode. I was able to populate it with data but there is a problem when expanding and collapsing node. My page has a footer and the treetable is…
arjayads
  • 553
  • 1
  • 5
  • 17
0
votes
1 answer

Remove row from tree table in Vaadin

I'm doing a project in Vaadin 7. In that I need to remove a row from Treetable. I even couldn't find any way to remove any row from the Treetable. I used removeItem(), But, can't get it done. can anyone help me in this issue?
Gugan
  • 1,625
  • 2
  • 27
  • 65
0
votes
1 answer

Add row at root to JQuery treetable

I'm working with the treetable plugin and I want to add a new row on the root of the table, I use loadBranch and it works fine to add rows inside the tree but can't find a method to add on the root.
0
votes
1 answer

Loading Dynamic TreeTable

I have currently using the JQuery TreeTable plug-in (http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/). The plug-in is pretty great except my web page depends on dynamic content and when I append data to the table, there's no formatting. It…
Ester
  • 143
  • 1
  • 3
  • 12
1 2 3
14
15