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
19
votes
4 answers

How to expand all the nodes of treeTable?

I have a tree table and two buttons: one for collapsing the tree and the other for expanding, but they don't work. At the backing bean I did root.setExpanded(true); and root.setExpanded(false); but it doesn't work.
BenMansourNizar
  • 1,558
  • 4
  • 21
  • 42
16
votes
1 answer

Subclassing DefaultRowSorter to allow tree-table sorting

In this question, I asked how it was possible to make a JXTreeTable (SwingX) sort its top element. I took a look at the library (aephyr) suggested by mKorbel and tried to combine it with JXTreeTable (I created a new class named JXSortableTreeTable…
ixM
  • 1,244
  • 14
  • 29
11
votes
6 answers

hide primefaces table column header

I have a p:treeTable and the tree contents are all in one column. The tree is a shared component so some of my pages require column header and and some don't. In the pages where the columnHeader is empty, it creates the an empty row for the column…
santa029
  • 329
  • 6
  • 10
  • 23
9
votes
2 answers

Vaadin - Lazy Query Container

I'm doing my project in Vaadin 7. I need to implement a Lazy Query Container for a Treetable. I will get data for the Treetable from a web service. Could someone please show how to use a Lazy Query Container with a web service as my data…
Gugan
  • 1,625
  • 2
  • 27
  • 65
7
votes
7 answers

Creating a sortable tree/grid in Javascript

I'd like to create a tree structure from JSON, but with multiple columns that can be sorted. I've seen lots of implementations of trees and grids but never one mixed. Does anyone know of a plugin or feature for any Javascript toolkit that can make…
Eric Wendelin
  • 43,147
  • 9
  • 68
  • 92
6
votes
0 answers

Display a treetable with HTML and Freemarker

I have to do a structure of tree for displaying data coming from Java. I'm using treetable plugin from jQuery and I can't get the output that I want. Here's my code. Freemarker :
David
  • 161
  • 1
  • 9
6
votes
3 answers

avoid nodes of p:treeTable to collapse after update

i have a p:treeTable in a form and a p:dialog in another form where from p:dialog i add data to the p:treeTable on submit of h:commandButton of the dialog i add update of p:treeTable in orded to see the added node The issue is that all expanded…
bob-cac
  • 1,272
  • 2
  • 17
  • 35
5
votes
1 answer

Is there a JTreeTable implementation that allows variable row height

I have been searching for a little while on this one. I need a JTreeTable that supports variable row height. Specifically, I want the rows that show the top level nodes to be taller than the child rows beneath them. I have been using the SwingX…
serg10
  • 31,923
  • 16
  • 73
  • 94
5
votes
2 answers

How to select all in PrimeFaces TreeTable?

I have a PrimeFaces tree table and would like to add a check box which allows the user to select/unselect all. Here is an extract from my xhtml
hello123
  • 951
  • 2
  • 15
  • 25
5
votes
1 answer

SAPUI5 TreeTable - Node expanding behavior

Problem is: I'm trying to keep the nodes in a TreeTable expanded, when I'm adding rows at runtime. Default behavior of a TreeTable is, when something happens with it, it get's rendered again and all nodes are collapsed. The API only provides methods…
P. Stresow
  • 308
  • 3
  • 11
5
votes
1 answer

dynamically add rows to jquery treetable *not at root*

I'm using the treetable plugin and I want to dynamically load some rows of data from a Taffy db previously populated from an xml file. I've verified that loadBranch works fine on the root of the table using "null" as the node but I can't seem to…
Jake Zieve
  • 455
  • 1
  • 6
  • 14
4
votes
3 answers

Lazy loading with jQuery treeTable

I'm using this plugin to get a tree-view table: http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/ It works great, except for one thing that I need, which is lazy loading of content. It does provie a callback feature for when a folder is…
directedition
  • 11,145
  • 18
  • 58
  • 79
4
votes
1 answer

Tree Table OData Binding, SAPUI5

I am trying to create a tree table from an EntitySet (say E1), in my FIORI App. I have my controller and extended View and the data is properly bound between the two. I am referring to the Official SAP Demo Explored Kit for the tree table code.…
guitar_geek
  • 498
  • 2
  • 9
  • 19
4
votes
0 answers

How can I create tree table by using AJAX that load 1 level at a time?

I'm still unable to make treetable as my expectation. My data is from mysql database with 8 level of hierarchy and thousands of records. I followed the answer posted by bcoughlan to question : How to create a collapsing tree table in html/css/js?…
anesbbs
  • 67
  • 8
4
votes
1 answer

Implementing FilterTreeTable in Vaadin 6

I started my project in Vaadin 7. Due to unavailability of Filter Treetable support from FilteringTable add-on in Vaadin 7, I downgraded to Vaadin 6. I saw they have implemented FilterTreeTable in Vaadin 6 here. And they have provided how to use…
Gugan
  • 1,625
  • 2
  • 27
  • 65
1
2 3
14 15