-
-
Notifications
You must be signed in to change notification settings - Fork 525
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 5.x #2898
Upgrade Tabulator to 5.x #2898
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2898 +/- ##
==========================================
+ Coverage 83.07% 83.09% +0.02%
==========================================
Files 190 190
Lines 24601 24633 +32
==========================================
+ Hits 20437 20469 +32
Misses 4164 4164
Continue to review full report at Codecov.
|
Setting
|
Okay fixed three of the issues mentioned:
I don't think any of these were caused by this PR but good to have them fixed anyway. The datetime editor PR will address some of the other issues. |
Tabulator 5.0 is a major upgrade to the tabulator.js library which applied some major refactoring and improves performance. Since we are still very actively improving the Tabulator widget in Panel and don't want to invest in developing features on top of an old version and also want to leverage the latest in performance and features it is best to track tabulator.js as closely as possible.
Closes #2832