Search
14683 results 1-10
Reference
info
› Feature control table information display fieldDataTables will use the info table control feature toinfo
› Table information displaygives the end user information about what is beinginfo
› Table info display is updated.The info event is fired everyselect.info()
› Get / set the information summary display statedefault Select will show information in the table's summary element (info) summarising how many itemsinfo.text
› Table summary information display stringused to display the info feature's summary of theinfo.search
› Appended to the info string when searching is activeis appended to the info feature's display text toinfo.callback
› Information display callbackmost cases. The legacy infoCallback option is an alias to this option for all information displays shown for theselect.info
› Enable / disable the display for item selection information in the table summary.the end user summary information about the items theyi18n.multi.info
› Information text detailing the multi-row editing behaviourability to give detailed information about multi-row editing inbuttons.info()
› Display and hide information for the end user in a modal boxmight be a simple information message stating what has
Forum
- 15th Apr 2025Remove selected rows does not update selection infocorrectly: https://live.datatables.net/farovake/1/edit but selection info does not update to
- 31st Oct 2024Scroller plug-in breaks info configurationproblem: I have an info with custom text, and
- 27th Sep 2024Ajax server side operations, info section not displaying correct values on page loadhow to set the info section as it always
- 3rd Jun 2024Layout 'info' callbackand noticed that the info displayed at the bottom
- 18th May 2024Language info and RowGroupsto be used in info. Since we are using
- 15th Nov 2023Is there a way for Export to Excel to include info and infoFiltered?Use recordsDisplay to determine if there are filtered records. Something like this: https://live.datatables.net/veluwize/1/edit var info = table.page.info(); if (info.recordsDisplay === info.recordsTotal) { records = info.recordsTotal + ' entries'; } else { records = info.recordsDisplay + ' entries (filtered from ' + info.recordsTotal + ' total entries)'; } return records; Kevin
- 19th Sep 2023Regarding remove filter info " (filtered from 57 total entries)" from paginationOr if you want to keep the general info, and loose the filtered part of the string, set language.infoFiltered to be an empty string: https://live.datatables.net/fezesuge/1/edit . Allan
- 21st May 2023Row-specific link to edit infouser profiles?) and what info is available on the
- 2nd Jan 2023table info if no paginationdon't want to change "infoFiltered"): language: { info: "Showing _TOTAL_ entries" },
- 6th Dec 2022Need to add info rowsHTML requirements for more info. The data, like Graded