Conversation
|
Maybe this could solve ? #2073 |
db76734 to
c293e93
Compare
b596f23 to
2aa6d1e
Compare
|
@Aveyron-RetD sorry, but I have no idea what is "smart picker", "full content mode" and other stuff from the referenced ticket 😄 . Feel free to test mentioned bug with my branch and/or provide video/screenshoots for the better understanding |
|
The smart picker is the way to have access to another app inside a .md document or Richtextfield in Nextcloud. You have access to the smart picker with the slash bar / . Tables from the Tables app can be seen and manipulated directly in any .md files when they are inserted with the smart picker. But the Tables app is for the moment lets say not very usable within the other document because they are too many limitations or bugs. Like for pagination. The view is limited to the 100 first row because the bottom of the page does not contain the pagination bar. There could be also another mechanism at play in here because the search as well do not look further than those 100 rows.
Tested with a table with 1000 row. |
b9dccf8 to
94bc082
Compare
|
@Aveyron-RetD I guess that it should help. This is how it looks with changes from PR |
94bc082 to
ad8ac39
Compare
|
Thanks for all your contribution @Koc !! |
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
ad8ac39 to
9fbe5c9
Compare



Current pagination block has few drawbacks:
🔍 Screenshoots
Initial view

Large table scrolled to the bottom

Large table scrolled to the right with few rows selected

Embedded table into collective

So, this PR aims to fix all of them.