-
Notifications
You must be signed in to change notification settings - Fork 82
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
Upgrade tabulator to latest version #72
Comments
On vacation, so no idea off the top of my head. ( moment is also deprecated so we dont really want to add more) |
Have a nice vacation .... no worries! |
Hi @Christian-Me, Best, Gianni |
A little bit (linked moment.js) but I ran into new problems: olifolkerd/tabulator#3355 Think they are busy working on 5.0 (or better "hope" they are as the last commit was January!). One motivation for upgrading was the context menu too. But you can use the context menu node like I do for example here: https://discourse.nodered.org/t/announce-remote-device-table-and-collaboration-wanted/22505 |
Alright thanks alot for the input! |
The 5.0 branch looks not so depressing ;) So I think heading to 5.x is the best way not spending too much time in fixing things which will change soon. Tabulator aka ui-table is one of my favorite widgets ... Only sorry that it only unveils the hole potential if you dive deep and many low code users are left out. But to design a UI able to config tabulator with more features would be at least challenging and you will never find a way to please all and at the same time keep it simple und usable. |
Tabulator is currently on 5.1 and has added a ton of new features (refreshFilter!) We are still stuck here on 4.4. Thanks |
As "promised" before I'm testing an upgrade of the tabulator lib to the latest version (4.9.3).
Looks fine so far, but ...
I use the datetime formatter (only available via ui_control).
It utilize moment.js AND "moment timezone".
Moment.js is installed and working but moment-timezone not so
newDatetime.zt()
fails:tabulator.js line 19039 ...
Before digging into unknown territory: @dceejay "Any idea how to get timezone installed / working?"
The text was updated successfully, but these errors were encountered: