Skip to content
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

Doesn't deal correctly with subcolumns #143

Open
FFY00 opened this issue Sep 6, 2019 · 1 comment
Open

Doesn't deal correctly with subcolumns #143

FFY00 opened this issue Sep 6, 2019 · 1 comment

Comments

@FFY00
Copy link

FFY00 commented Sep 6, 2019

+------------+---------------+---------------+-----------+
| Byte 1     | Byte 2                        | Byte 3    |
+============+===============+===============+===========+
|            | bit 0..3      | bit 4..7      |           |
+------------+---------------+---------------+-----------+
| param1     | param2        | param3        | param4    |
+------------+---------------+---------------+-----------+

Gets transformed into

+--------+----------+----------+--------+
| Byte 1 | Byte 2   | Byte 3   |        |
+========+==========+==========+========+
|        | bit 0..3 | bit 4..7 |        |
+--------+----------+----------+--------+
| param1 | param2   | param3   | param4 |
+--------+----------+----------+--------+
@gu-fan
Copy link
Owner

gu-fan commented Sep 22, 2019

hmmm, cross column can not be edited correctly , you can split the multi-col column

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants