Hi I found an issue in my project using the tabul...
# kvision
k
Hi I found an issue in my project using the tabulator. Steps to reproduce:
Copy code
In any editable Tabulator cell, edit the field
Change the content (don't press Enter)
Press tab (as some user behaviour to switch to the next cell)
* Sometimes, the content shows as updated, but sometimes the whole tabulator goes empty. If the content stays, any further action on the tabulator clears the whole table. In the console, it throws Uncaught TypeError: every time. I can reproduce the issue here too: https://rjaros.github.io/kvision-examples/showcase/#!/tabulator Can I raise a bug in github?
r
Yes
k
cheers.. In the tabulator, the tab key works actually..
r
Write whether you use built-in tabulator edit controls or KVision input components (I suspect the latter)
k
Done.. I used the same way from the example using. editorComponentFunction with TextInput
One more question on the tabulator. Is there any way I can add a ToolTip on the outer tabulator (tabulator-tableHolder)? I am thinking to show a tooltip/popover to instruct to click and edit the value..
r
Do you use
dataTree = true
option in your project?
k
Nope. I explicitly set
dataTree = false
r
Good 😉 I think there is a bug in original Tabulator with data tree, which I can't workaround. But there are also bugs in KVision code, which I've fixed. I'll do some testing and prepare new release.
👍 1