新增 laypage countText 选项 (#1444)

This commit is contained in:
morning-star
2023-12-06 23:46:50 +08:00
committed by GitHub
parent ec3a5278c1
commit 96f0621ff2
2 changed files with 18 additions and 1 deletions

View File

@@ -200,6 +200,20 @@ limitTemplet: function(item) {
skipText: ['Go to', '', 'Confirm']
```
</td>
<td>array</td>
<td>-</td>
</tr>
<tr>
<td>countText <sup>2.9.1+</sup></td>
<td>
用于自定义总数区域文本,如:
```
countText: ['Total ','']
```
</td>
<td>array</td>
<td>-</td>