Skip to content

Commit 879ea40

Browse files
committed
use getText when resolving actionDropDown
Signed-off-by: Junliang Huang <i@jhuang.me>
1 parent 0908789 commit 879ea40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ function renderRowCountSelection(actions)
512512
{
513513
var css = this.options.css,
514514
tpl = this.options.templates,
515-
dropDown = $(tpl.actionDropDown.resolve(getParams.call(this, { content: this.rowCount }))),
515+
dropDown = $(tpl.actionDropDown.resolve(getParams.call(this, { content: getText(this.rowCount) }))),
516516
menuSelector = getCssSelector(css.dropDownMenu),
517517
menuTextSelector = getCssSelector(css.dropDownMenuText),
518518
menuItemsSelector = getCssSelector(css.dropDownMenuItems),

0 commit comments

Comments
 (0)