Info Display
Info Display
Paulus
Posts: 69Questions: 17Answers: 5
I wish to display the info at the bottom of the table (normal or default). But how do I turn off the number of selected rows information?
It is a single mode selection and there is no need to display that message "1 row selected". If this cannot be turned off, how do I localize this? I have localized both the table and editor but cannot find entry for the selection information.
This question has accepted answers - jump to:
This discussion has been closed.
Answers
https://datatables.net/examples/basic_init/filter_only.html
Thanks, I have seen that. I want to have info = true since I am using page-length feature, but do not want number of rows selected displayed.
Do you have sample code to debug?
You are using SELECT extension of datatable right?
I think you want this https://datatables.net/reference/option/select.info
Yes,
select.info
is the way to control this.Allan
Thanks Allan, that worked perfectly.
Thanks @mackmack, @allan provided the information I was looking for.