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
2 answers

Jquery plugin treeTable : Not Displaying correctly

I am using a Jquery plugin, treeTable for displaying a html table. http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/ My code is below :
Somnath Paul
  • 190
  • 1
  • 6
  • 17
0
votes
1 answer

primefaces treetable

i'm very new to primefaces. i create a treetable, all item get from database. my problem is if i select a child item, the actual selected is parent item, so then i cannot make operation on child item. here is my treetable code
Mubi
  • 21
  • 1
  • 6
0
votes
1 answer

jQuery treeTable with PersistJS

I'm sure this as as basic as it gets, but either way... now needs to be asked snce I can't get it to work. I've implemented jQuery treeTable just fine, and have now come to the part whereby the tree state needs to be kept open on page refresh…
0
votes
1 answer

Primefaces TreeNode does not expand

I am new with Primefaces and I try to use a treeTable from Primefaces 3.3.1. Only the first record of the TreeTable is shown at the beginning. Then, when I click on the little image to expand the TreeTable, nothing happens. In FireBug, I can se the…
0
votes
1 answer

Guava TreeRow of TreeBasedTable not sorted despite it implements SortedMap?

Is this by design ? Map> rowMap = treeTable.rowMap(); Map notSortedTreeRow = rowMap.get(rowId); so that you can have rowMap sorted (as SortedMap) but you can't have sorted notSortedTreeRow (TreeRow) which…
lisak
  • 21,611
  • 40
  • 152
  • 243
0
votes
2 answers

jquery treeTable with undetermined table

I'm following http://ludo.cubicphuse.nl/jquery-plugins/treeTable/doc/ pretty closely, which works great, but it seems that I'd have to already have a table in the HTML. I want to construct a table later in the program and then run it through…
user1429419
  • 127
  • 3
  • 12
0
votes
1 answer

OpenFaces tutorials

Are there any places online where you can find tutorials for the openfaces components? I have been trying to implement a dynamic tree table for a few days and I am having trouble, but the documentation isn't helpful at all so it makes it tough to…
-1
votes
1 answer

how to reload or refresh data in treeTable in php

i have issue on use treeTable while reload data and after save and update data form $(document).ready(function() { const datajson = ; $('#tablejson').treeTable({ "data": datajson, "collapsed": true, …
-1
votes
1 answer

JavaFx, how to correctly override both : getChildren() and getChildren().add(newNode) in a Tree Table View

Inside an application which uses very extensively TreeTableViews, I came across a need to fire a code each time a child is added to this tree. My first approach was to 'encapsulate' the myTree.getChildren().add(...) inside a method, for instance : …
Daric
  • 83
  • 9
-1
votes
1 answer

Bug after update TreeTable

I got a problem after updating the a TreeTable, as i understand this is because model is not refreshed, tried to refresh it but it doesnt help. Here is what i see after update: (erased headers by myself) No rows added, but if i scroll horizontally,…
Bato Dor
  • 841
  • 3
  • 11
  • 33
-2
votes
1 answer

How to get JQuery TreeTable and show/hide working together?

I am using the great JQuery TreeTable, I am very happy with it. I would like to make certain rows in the table ("retired" terms in our controlled vocabulary) appear and disappear when the "show retired terms" checkbox is selected. Ideally would work…
Brendan Quinn
  • 2,059
  • 1
  • 19
  • 22
-2
votes
1 answer

SAPUI5 Table getting recreated on event

I have a sapui5 treetable getting updated one buttion click event. On button click i am getting data using ajax and want repopulate the existing tree table rendered on first call. I have simulated the issue in below bin. How to avoid recreating the…
hari
  • 31
  • 1
  • 6
1 2 3
14
15