question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DateTimeInput is obscured in Tabulator cells

See original GitHub issue

I think this might be a similar issue that was showing up for SelectInput, I noticed the DateTimeInput component gets obscured in Tabulator cells: image

Not sure how it worked last time but perhaps we need a SimpleDateTimeInput component? Unless I didn’t read the documentation deeply enough!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rjaroscommented, Feb 9, 2020

This date picker is a bit different (the popup is attached to the body element). But I’ve found a way to workaround a problem with our picker based on this solution: https://github.com/Eonasdan/bootstrap-datetimepicker/issues/790#issuecomment-234652413 The fix will be available in 2.10.0

1reaction
rjaroscommented, Oct 30, 2019

I’m afraid nothing can be done about this, because tabulator container has overflow: auto in CSS, and it can’t be removed (I’ve tried this). If the scrollbars are not acceptable, you probably need to use built-in tabulator date-time editor.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Formatting | Tabulator
Tabulator allows you to format your data in a wide variety of ways, so your tables can display information in a more graphical...
Read more >
Tabulator — Panel v0.14.2
The Tabulator widget allows displaying and editing a pandas DataFrame. ... When editing a cell the data stored on the Tabulator.value is updated...
Read more >
How to edit Tabulator dates in the cell? - Stack Overflow
I just need the date that is picked via jquery ui datepicker to show in the tabulator cell. I can now enter it...
Read more >
Tabulator Tables - KVision Guide - GitBook
You can use many different formatters to present the data in the tabulator cells. Just pass the desired Formatter as a formatter parameter...
Read more >
Central Repository: org/webjars/npm
... angular-data-table/ - - angular-datetime/ - - angular-datetime-input/ - - angular-deferred-bootstrap/ - - angular-devkit__architect/ ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found