|
| 1 | +// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 2 | + |
| 3 | +exports[`veTable contextmenu render 1`] = ` |
| 4 | +<div class="ve-table ve-table-border-around"> |
| 5 | + <div class="ve-table-container" style="height: 0px;"> |
| 6 | + <table class="ve-table-content ve-table-border-x"> |
| 7 | + <colgroup> |
| 8 | + <col style="width: 50px;"> |
| 9 | + <col style="width: 15%;"> |
| 10 | + <col style="width: 15%;"> |
| 11 | + <col style="width: 30%;"> |
| 12 | + <col style="width: 40%;"> |
| 13 | + </colgroup> |
| 14 | + <thead class="ve-table-fixed-header ve-table-header"> |
| 15 | + <tr class="ve-table-header-tr"> |
| 16 | + <th rowspan="1" colspan="1" class="ve-table-header-th" style="text-align: center; top: 0px;"></th> |
| 17 | + <th rowspan="1" colspan="1" class="ve-table-header-th" style="text-align: left; top: 0px;">Name</th> |
| 18 | + <th rowspan="1" colspan="1" class="ve-table-header-th" style="text-align: left; top: 0px;">Date</th> |
| 19 | + <th rowspan="1" colspan="1" class="ve-table-header-th" style="text-align: right; top: 0px;">Number</th> |
| 20 | + <th rowspan="1" colspan="1" class="ve-table-header-th ve-table-last-column" style="text-align: left; top: 0px;">Address</th> |
| 21 | + </tr> |
| 22 | + </thead> |
| 23 | + <tbody class="ve-table-body ve-table-row-hover ve-table-row-highlight"> |
| 24 | + <tr style="height: 0px;"> |
| 25 | + <td style="padding: 0px; border: 0px; height: 0px;"></td> |
| 26 | + <td style="padding: 0px; border: 0px; height: 0px;"></td> |
| 27 | + <td style="padding: 0px; border: 0px; height: 0px;"></td> |
| 28 | + <td style="padding: 0px; border: 0px; height: 0px;"></td> |
| 29 | + <td style="padding: 0px; border: 0px; height: 0px;"></td> |
| 30 | + </tr> |
| 31 | + <tr row-key="0" class="ve-table-body-tr"> |
| 32 | + <td rowspan="1" colspan="1" col-key="a" class="ve-table-body-td" style="text-align: center;">1</td> |
| 33 | + <td rowspan="1" colspan="1" col-key="name" class="ve-table-body-td" style="text-align: left;">John</td> |
| 34 | + <td rowspan="1" colspan="1" col-key="date" class="ve-table-body-td" style="text-align: left;">1900-05-20</td> |
| 35 | + <td rowspan="1" colspan="1" col-key="number" class="ve-table-body-td" style="text-align: right;">32</td> |
| 36 | + <td rowspan="1" colspan="1" col-key="address" class="ve-table-body-td" style="text-align: left;">No.1 Century Avenue, Shanghai</td> |
| 37 | + </tr> |
| 38 | + <tr row-key="1" class="ve-table-body-tr"> |
| 39 | + <td rowspan="1" colspan="1" col-key="a" class="ve-table-body-td" style="text-align: center;">2</td> |
| 40 | + <td rowspan="1" colspan="1" col-key="name" class="ve-table-body-td" style="text-align: left;">Dickerson</td> |
| 41 | + <td rowspan="1" colspan="1" col-key="date" class="ve-table-body-td" style="text-align: left;">1910-06-20</td> |
| 42 | + <td rowspan="1" colspan="1" col-key="number" class="ve-table-body-td" style="text-align: right;">676</td> |
| 43 | + <td rowspan="1" colspan="1" col-key="address" class="ve-table-body-td" style="text-align: left;">No.1 Century Avenue, Beijing</td> |
| 44 | + </tr> |
| 45 | + <tr row-key="2" class="ve-table-body-tr"> |
| 46 | + <td rowspan="1" colspan="1" col-key="a" class="ve-table-body-td" style="text-align: center;">3</td> |
| 47 | + <td rowspan="1" colspan="1" col-key="name" class="ve-table-body-td" style="text-align: left;">Larsen</td> |
| 48 | + <td rowspan="1" colspan="1" col-key="date" class="ve-table-body-td" style="text-align: left;">2000-07-20</td> |
| 49 | + <td rowspan="1" colspan="1" col-key="number" class="ve-table-body-td" style="text-align: right;">76</td> |
| 50 | + <td rowspan="1" colspan="1" col-key="address" class="ve-table-body-td" style="text-align: left;">No.1 Century Avenue, Chongqing</td> |
| 51 | + </tr> |
| 52 | + <tr row-key="3" class="ve-table-body-tr"> |
| 53 | + <td rowspan="1" colspan="1" col-key="a" class="ve-table-body-td" style="text-align: center;">4</td> |
| 54 | + <td rowspan="1" colspan="1" col-key="name" class="ve-table-body-td" style="text-align: left;">Geneva</td> |
| 55 | + <td rowspan="1" colspan="1" col-key="date" class="ve-table-body-td" style="text-align: left;">2010-08-20</td> |
| 56 | + <td rowspan="1" colspan="1" col-key="number" class="ve-table-body-td" style="text-align: right;">7797</td> |
| 57 | + <td rowspan="1" colspan="1" col-key="address" class="ve-table-body-td" style="text-align: left;">No.1 Century Avenue, Xiamen</td> |
| 58 | + </tr> |
| 59 | + <tr row-key="4" class="ve-table-body-tr"> |
| 60 | + <td rowspan="1" colspan="1" col-key="a" class="ve-table-body-td" style="text-align: center;">5</td> |
| 61 | + <td rowspan="1" colspan="1" col-key="name" class="ve-table-body-td" style="text-align: left;">Jami</td> |
| 62 | + <td rowspan="1" colspan="1" col-key="date" class="ve-table-body-td" style="text-align: left;">2020-09-20</td> |
| 63 | + <td rowspan="1" colspan="1" col-key="number" class="ve-table-body-td" style="text-align: right;">8978</td> |
| 64 | + <td rowspan="1" colspan="1" col-key="address" class="ve-table-body-td" style="text-align: left;">No.1 Century Avenue, Shenzhen</td> |
| 65 | + </tr> |
| 66 | + </tbody> |
| 67 | + <tfoot class="ve-table-fixed-footer ve-table-footer"></tfoot> |
| 68 | + </table> |
| 69 | + </div> |
| 70 | + <div class="ve-contextmenu" style="display: none;" on="[object Object]"> |
| 71 | + <div class="ve-contextmenu-panel"> |
| 72 | + <ul class="ve-contextmenu-list"> |
| 73 | + <li class="ve-contextmenu-node"><span class="ve-contextmenu-node-label">insert row above</span></li> |
| 74 | + <li class="ve-contextmenu-node"><span class="ve-contextmenu-node-label">insert row below</span></li> |
| 75 | + <li class="ve-contextmenu-node-separator"></li> |
| 76 | + <li class="ve-contextmenu-node"><span class="ve-contextmenu-node-label">remove row</span></li> |
| 77 | + <li class="ve-contextmenu-node"><span class="ve-contextmenu-node-label">hide column</span></li> |
| 78 | + </ul> |
| 79 | + </div> |
| 80 | + </div> |
| 81 | +</div> |
| 82 | +`; |
0 commit comments