ui icon indicating copy to clipboard operation
ui copied to clipboard

Make use of table `scrolling` of FUI 2.9

Open mkrecek234 opened this issue 2 years ago • 7 comments

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.

mkrecek234 avatar Jan 30 '23 16:01 mkrecek234

When non JS paginator is used, no scrolling should be probably present.

What is the improved objective here?

mvorisek avatar Jan 30 '23 22:01 mvorisek

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.

mkrecek234 avatar Jan 31 '23 07:01 mkrecek234

We use plugin to load data dynamically, FUI cannot do that. How can the scrolling help?

mvorisek avatar Jan 31 '23 09:01 mvorisek

Is this FR related with infinite/JS scrolling only?

instead of Atk4 proprietary HTML ... as it is natively supported in FUI 2.9

Please provide concrete screenshots of design/behaviour now and after this FR you expect.

mvorisek avatar Feb 06 '23 17:02 mvorisek

I would like to have the tables resizeable like textarea - https://stackoverflow.com/questions/11163981/div-resizable-like-text-area

mvorisek avatar Feb 09 '23 23:02 mvorisek

I would like to have the tables resizeable like textarea - stackoverflow.com/questions/11163981/div-resizable-like-text-area

Like that? 😉 https://github.com/fomantic/Fomantic-UI/pull/2748

lubber-de avatar Mar 29 '23 20:03 lubber-de

related with https://github.com/fomantic/Fomantic-UI/issues/2785

https://github.com/atk4/ui/blob/d40d04710b2854c26e3dfc509d3f4358b0f00b4f/js/src/plugins/scroll.plugin.js#L63-L81

should not be needed anymore then, demo demos/interactive/scroll-grid-container.php, would also probably fix https://github.com/atk4/ui/issues/646

mvorisek avatar May 12 '23 18:05 mvorisek