ctable icon indicating copy to clipboard operation
ctable copied to clipboard

BUG on example

Open wangrongwei opened this issue 5 months ago • 0 comments

hi, I test the latest version, but find a bug as following:

┌──────────┬────────────┬──────────┬───────┬──────┐
│  alpha   │beta        ││││
├══════════┼════════════┼══════════┼═══════┼══════┤
│        1 │ -1110.1    │││      │
│        2 │ 10         │││      │
│ 3....... │ 23.1132310 │││      │
├──────────┴────────────┼──────────┼───────┼──────┤
│                 span x│ span y   ││      │
├───────────────────────┤ span y   │       └──────┤
│                 span x│ span y   │  ^ no border │
├═══════════════════════┘ span y   │   and span x │
│                 span x  < span y │   and also y │
└──────────────────────────────────┴──────────────┘

And I run 'git reset --hard HEAD~2', the example is right.

Thank.

wangrongwei avatar Jul 11 '25 04:07 wangrongwei