-
Notifications
You must be signed in to change notification settings - Fork 820
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
5.5.1 Cells are not editable in reponsive layout mode #4275
Comments
it's not a bug, it's currently designed this way there is a work in progress PR that i made #3875 but my current approach is not 100% aligned with what oli thinks good :-) If you need this, in the meantime you can use my custom element that implement the custom features that i need |
Thank you very much. I'll give it a try. Yes you could argue that way and I understand that's kinda missing feature. But as a user I'd not care about some technical issues and expect that the app will keep its functionallity regardless of its resolution or format. Is it generally possible to inject "own" modules for tabulator? It kinda looks that way. Would be nice to import that as a custom module. |
as long as you build it yourself, it's not too hard. tabulator is built in a quite nice modular way and it's easy enough to add formatters/editors/modules . overriding modules is also not too hard, that what i did to get the responsive editing to work |
@lekoala Your solution is not working for me neither. So I have to implement my own ResponsiveLayoutModule too. :-( But it was helpful to find out how to integrate a custom module. Anyways the row is missing in the ResponsiveLayoutModule and should be passed on toggle for further customizations. Also if you use arrow functions instead of regular ones you avoid the |
@ortwic if you managed to make something useful don't forget to make a pr maybe that could be merged :-) |
The fix is actually quite easy. See here: Personally I prefer a formatter with flex layout. It is working both ways.
|
I realized changing the visibility state of the columns results in a somewhat buggy behaviour. But this is also true for the current released version. |
Describe the bug
When reponsive layout mode is enabled the expanded cells are not editable anymore.
Tabulator Info
5.5.1
Working Example
https://stackblitz.com/edit/typescript-vcgxg4?file=index.ts
To Reproduce
Try to change value of favorite color or lucky number from the stackblitz example.
Expected behavior
Cells should stay editable regardless whether in collapsable area or not.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: