mirror of
https://gitee.com/layui/layui.git
synced 2026-01-28 19:11:26 +08:00
新增 laypage countText 选项 (#1444)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user