| @@ -30,8 +30,10 @@ | ||
| 30 | 30 | 'className' => '', |
| 31 | 31 | 'headerEnabled' => false, |
| 32 | 32 | 'footerEnabled' => false, |
| 33 | 33 | 'stickyHeader' => false, |
| 34 | + 'stickyFirstCol' => false, | |
| 35 | + 'innerBorderType' => '', | |
| 34 | 36 | 'caption' => '', |
| 35 | 37 | 'tableWidth' => 'auto', |
| 36 | 38 | 'tableAlignment' => 'left', |
| 37 | 39 | 'cellSpacing' => [ |
| @@ -43,8 +45,20 @@ | ||
| 43 | 45 | 'right' => '', |
| 44 | 46 | 'bottom' => '', |
| 45 | 47 | 'left' => '', |
| 46 | 48 | ], |
| 49 | + 'margin' => [ | |
| 50 | + 'top' => '', | |
| 51 | + 'right' => '', | |
| 52 | + 'bottom' => '', | |
| 53 | + 'left' => '', | |
| 54 | + ], | |
| 55 | + 'padding' => [ | |
| 56 | + 'top' => '', | |
| 57 | + 'right' => '', | |
| 58 | + 'bottom' => '', | |
| 59 | + 'left' => '', | |
| 60 | + ], | |
| 47 | 61 | 'fixedColumnWidths' => true, |
| 48 | 62 | 'pagination' => [ |
| 49 | 63 | 'enabled' => false, |
| 50 | 64 | 'pageSize' => 10, |
| @@ -59,9 +73,9 @@ | ||
| 59 | 73 | ], |
| 60 | 74 | 'responsive' => [ |
| 61 | 75 | 'tablet' => [ |
| 62 | 76 | 'enabled' => false, |
| 63 | - 'maxWidth' => 1024, | |
| 77 | + 'maxWidth' => 700, | |
| 64 | 78 | 'mode' => 'scroll', |
| 65 | 79 | 'transpose' => false, |
| 66 | 80 | 'stackCount' => 3, |
| 67 | 81 | 'repeatFirstCol' => false, |
| @@ -67,9 +81,9 @@ | ||
| 67 | 81 | 'repeatFirstCol' => false, |
| 68 | 82 | ], |
| 69 | 83 | 'mobile' => [ |
| 70 | 84 | 'enabled' => false, |
| 71 | - 'maxWidth' => 700, | |
| 85 | + 'maxWidth' => 375, | |
| 72 | 86 | 'mode' => 'scroll', |
| 73 | 87 | 'transpose' => false, |
| 74 | 88 | 'stackCount' => 1, |
| 75 | 89 | 'repeatFirstCol' => false, |
| @@ -104,8 +118,12 @@ | ||
| 104 | 118 | 'elementGap' => 'var(--wp--preset--spacing--20)', |
| 105 | 119 | 'wrap' => 'nowrap', |
| 106 | 120 | 'verticalAlign' => 'middle', |
| 107 | 121 | 'backgroundColor' => '', |
| 122 | + 'headerBackgroundColor' => '', | |
| 123 | + 'footerBackgroundColor' => '', | |
| 124 | + 'evenRowBackgroundColor' => '', | |
| 125 | + 'oddRowBackgroundColor' => '', | |
| 108 | 126 | ], |
| 109 | 127 | ], |
| 110 | 128 | ]; |
| 111 | 129 | } |