-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add a flag for rows expanded from a rowspan row #11
Comments
This is by design. But as you pointed out, it is not a good solution :( |
Do you still have to do some extra work when rows/cols are expanded after the recent update? Would a flag indicating expanded rows/cols still be helpful? Or what about an extra option to turn expanding on/off before submitting the form? So many questions. Thanks in advance! |
Yes, I think this function will be usefull for people. Please consider the situation in the following code: the last-second column of row1-row3 are same, and the three words seprated by "、" should be in row1 / row2 / row3 sepratedly. With a flag, users can always easy find and edit them. A flag in regular pattern will help here and there, and can be easily deleted if people don't need it. So please add it. I think the idea about an extra option is wonderfull. :)
I also have an idea about the falg: put a tag in <\d(r|c)_s> format at the end of the grid, for example <2r_s> means rowspan=2, and <3c_s> means colspan=3.
|
Hi, I just found this chrome extension https://merribithouse.net/copytables/, it helps copy tables and adds \num to indicate rowspan and /num to indicate colspan. |
I'll look into this and see if I can indicate expanded rows/cols in the next release. |
Hi, I just found the grammar I mentioned above is the Textile standard, here is two pages about it, for your infomation. :) |
Hi, I found the tool will automatically repeat cells for specific times if the original row has rowspan attribute, and if the row have cells which have colspan attribute, the cells content will only be outputed in the first assocated row, I wonder if this is in design or a bug.
And for tables with rowspan and colspan cells, I have to do some manual combine/clean work sometimes, so if there is a flag to indicate the row is expanded from a colspan and/or a rowspan row, it will help a lot.
Thank you for this good tool, it really helps!
The text was updated successfully, but these errors were encountered: