Reimplement TreeTable based on the architecture of new p-table (successor of p-dataTable). Initial feature set would be;
Can't wait for this!! Thanks guys for your contribution.
Thanks, guys!
Any idea when we get these features?
Its end of feb 2018...any updates on this
@cagataycivici May I know is the above features are updated in tree component? Also Is the above features are already available for Tree component?
Please, give these awesome features..
i hope they will release this awesome feature!
New TreeTable is scheduled for PrimeNG 6.0, we plan to sync it with Angular 6.0 release which is due april I believe. We'll be at NgConf in mid april so new p-treeTable will be ready by then. We've waited to make sure TurboTable gets stable before building new TreeTable on top of it.
hello @cagataycivici , is your new version of PRIMENG will include the tree table drag and drop?
when will new TreeTable will come , i need the re sizable feature , search , filtering features
Please provide us the release date for the new tree table. In need of pagination, virtual scroll badly.
It should be ready by the end of April so 1 month from now.
can you provide me idea how i search a data in case of lazy loading because data is available in the JSON file so it is available in the object at time of expansion but in this secenerio i dont get the data. any suggestion.
Do you have plans to support lazy loading within the child nodes? For example, onNodeExpand, load 10 child nodes and when you scroll, load more.
Will there be Row Reordering features with TreeTable in PrimeNG 6.0 ?
How long will take a time to release latest version PrimeNG 6.0 ?
@cagataycivici Hi, could you please share the plan for new tree table when it will be available.
Will PrimeNG 6.0 be compatible with Angular 5? Will the tree control have search/filter capabilities?
The details of the tree table are shared here for anyone interested.
https://www.primefaces.org/primeng-5-2-5-released/
Implementation starts next week, I'll keep you updated here.
Implementation has started yesterday, should be available next week with 6.0.0-alpha.2.
@cagataycivici very nice, please don't forgot responsive view
@cagataycivici : Awesome :) Looking forward to use it
Not sure how a TreeTable can be responsive though.
@cagataycivici show http://examples.sencha.com/gxt/4.0.3/#ExamplePlace:basictreegrid
the solution from sencha is not bad, you can scroll from left to right, the width from the treetable is not 100% from the device
What we have now is;
could work, let's see
is a special responsive template?
It is very flexible as you have full control over the markup, I've created a demo using simple media queries.
https://github.com/primefaces/primeng/blob/master/src/app/showcase/components/treetable/treetableresponsivedemo.ts
https://github.com/primefaces/primeng/blob/master/src/app/showcase/components/treetable/treetableresponsivedemo.html
i can see, thank you very much
PS can you extend your demo data with long names?
you used short names:
Documents / Work / Home
but no long names:
"Picture_with_a_horse.png" / "A very long name in the new Tree Table"
All features that I've listed in the original post has been completed and new TreeTable will be released with alpha.2 in a couple of days, it is being documented now. Would be great to receive feedback before 6.0 final.
Will search function follow like is implemented in table?
Nice job with the new implementation, it works much better than the last one. So... What about row reordering? There's any plan to add this feature in the next weeks?
Can u please help me out?
i am using PrimeNg v: 5.2.3
can u please share is there any working code for treetable?
am getting Can't bind to 'rowNode' since it isn't a known property of 'p-treeTableToggler'.
i have imported below modules in app.module
import {TreeTableModule} from 'primeng/treetable';
New TreeTable is scheduled for PrimeNG 6.0
For archiving this I need to upgrade angular version from 5 to 6?
On 06-Nov-2018 1:47 PM, "cyberrranger" notifications@github.com wrote:
New TreeTable is scheduled for PrimeNG 6.0
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/primefaces/primeng/issues/4813#issuecomment-436167135,
or mute the thread
https://github.com/notifications/unsubscribe-auth/APk2ueASl2czW6V4zNmeld141VIVgJMEks5usUWwgaJpZM4RdZdQ
.
you need this?
https://www.primefaces.org/primeng/#/treetable
you need a upgrade
look here too
https://github.com/primefaces/primeng/wiki/Migration-Guide
For tree table, prime documentation shows that we can reorder column what about reordering rows. I need an ability to reorder rows. How can I achieve this? In my case, I had used prime tree table and I've combination of groups rows alongside rows which aren't group. I only want to reordered non grouping rows. I couldn't figure out any directive or so for row drag and drop. Is there any solution to solve this issue?
Most helpful comment
New TreeTable is scheduled for PrimeNG 6.0, we plan to sync it with Angular 6.0 release which is due april I believe. We'll be at NgConf in mid april so new p-treeTable will be ready by then. We've waited to make sure TurboTable gets stable before building new TreeTable on top of it.