We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0908789 commit 879ea40Copy full SHA for 879ea40
src/internal.js
@@ -512,7 +512,7 @@ function renderRowCountSelection(actions)
512
{
513
var css = this.options.css,
514
tpl = this.options.templates,
515
- dropDown = $(tpl.actionDropDown.resolve(getParams.call(this, { content: this.rowCount }))),
+ dropDown = $(tpl.actionDropDown.resolve(getParams.call(this, { content: getText(this.rowCount) }))),
516
menuSelector = getCssSelector(css.dropDownMenu),
517
menuTextSelector = getCssSelector(css.dropDownMenuText),
518
menuItemsSelector = getCssSelector(css.dropDownMenuItems),
0 commit comments