-
-
Notifications
You must be signed in to change notification settings - Fork 722
Addon flat-tables - for spanning rows and columns #9722
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
base: master
Are you sure you want to change the base?
Conversation
@phidrho Is this not already possible with grid tables (see https://docs.qgis.org/3.40/en/docs/user_manual/introduction/browser.html#database-entries)? |
And for faster structure edit, you can use tools like https://www.tablesgenerator.com/text_tables |
That said, one advantage I can see with this extension is that you probably won't have to handle a wide table with long text |
Hi @DelazJ, yes, I know it is possible with grid table, as I commented, but I'm trying to avoid it, because it's unpractical for bigger tables, small ones are ok. Other, more important reason is that grid table is not DIFF friendly. I will adopt, whatever choice you make. |
To put myself in context... I have prepared this 4 tables with detail description of These images/tables are working material, I will try to simplify them and remove unneeded content while creating RST files. So I started this conversion to RST this weekend and didn't like option to draw all this into Grid Tables, and I found an practical solution with It's related to my bug/feature request report, where I've promised to create a documentation for "weird" behavior in certain circumstances - qgis/QGIS#59785 |
I will surely simplify it, something similar I've had in mind, I also need to remove unessesary repeated information. I often need these tools in my daily work, and I could never understand why sometimes one is working and another doesn't. I believe that this weekend I'll be able to create docs and make pull request. |
OK. If it finally happens that you still need flat-table for a proper formatting, go ahead; we will then include it. |
Goal:
For some examples in documentation I need possibility to span columns and rows.
Line-Tables don't support this so I found and additional extension Flat-Tables that extends Line-Tables and adds this functionality. I hope that you are OK with this proposal, I really didn't want to draw big tables just to get spanning of columns and grids.
I'm open to all comments and different suggestions to approach this problem if implementing additional extensions is not acceptable.
Feel free to change anything, or propose a change, I'll implement it.
Ticket(s): #