how to change the pagelength button text when i change the page length.

how to change the pagelength button text when i change the page length.

SriRishithaSriRishitha Posts: 42Questions: 4Answers: 0

i wrote the code like this
{
text: '10 Rows <span class="glyphicon glyphicon-chevron-down"></span>',
extend: 'pageLength', footer: false, exportOptions: {
stripNewlines: false
}
},
by deafult it is showing 10rows^ but after i change to 20 rows it showing show20rows.

Replies

This discussion has been closed.