-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New TreeTable #4813
Comments
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? |
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. |
Use primeng Treetable and DragDrop TreeTable has some limitations and is going to be reimplemented: primefaces/primeng#4813 Limitations: - row based styling: odd/even. Using JQuery for now - small glitch on sub-columns width TODO: - service methods: create, rename, move and delete - clean up Fieldbook dependencies - get treetable metadata on TreeNodes
Implementation starts next week, I'll keep you updated here. |
@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 |
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 |
i can see, thank you very much PS can you extend your demo data with long names? you used short names: but no long names: |
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 have imported below modules in app.module |
|
For archiving this I need to upgrade angular version from 5 to 6?
…On 06-Nov-2018 1:47 PM, "cyberrranger" ***@***.***> 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
<#4813 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APk2ueASl2czW6V4zNmeld141VIVgJMEks5usUWwgaJpZM4RdZdQ>
.
|
you need this? you need a upgrade look here too |
To be able to upgrade to primeng 6 and use new treetable primefaces/primeng/issues/4813 Issue: None Reviewer: None
See primefaces/primeng/issues/4813 Issue: None Reviewer: None
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? |
Reimplement TreeTable based on the architecture of new p-table (successor of p-dataTable). Initial feature set would be;
The text was updated successfully, but these errors were encountered: