-
Notifications
You must be signed in to change notification settings - Fork 106
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
Make use of table scrolling
of FUI 2.9
#1988
Comments
scrolling
of FUI 2.9
When non JS paginator is used, no scrolling should be probably present. What is the improved objective here? |
This is just an idea to make use of FUI scrolling class, instead of Atk4 proprietary HTML rendering in scrolling plugin. This eventually might improve FUI compatibility for scrolling feature as it is natively supported in FUI 2.9. |
We use plugin to load data dynamically, FUI cannot do that. How can the |
Is this FR related with infinite/JS scrolling only?
Please provide concrete screenshots of design/behaviour now and after this FR you expect. |
I would like to have the tables resizeable like textarea - https://stackoverflow.com/questions/11163981/div-resizable-like-text-area |
Like that? 😉 |
related with fomantic/Fomantic-UI#2785 ui/js/src/plugins/scroll.plugin.js Lines 63 to 81 in d40d047
should not be needed anymore then, demo |
FUI 2.9 offers table scrolling as described in https://fomantic-ui.com/collections/table.html#scrolling
Eventually this can help to improve
addJsPaginatorInContainer
as the current implementation has some issues (e.g. does not support added total line, or added decorators etc.), so we could re-use FUI as much as possible.The text was updated successfully, but these errors were encountered: