Search
282 results 171-180
Reference
language.search
› Search input stringfrom the use of language.entries to easily update thelanguage.processing
› Processing indicator stringText that is displayed when the table is processing a user action (usually a sort command or similar). Please note that prior to DataTables 1.12 the default for this parameter was Processing.... The processing indicator in 1.12 has been updated to use a CSS animation to indicate that a loading action is taking place. A text string can still be added if needed.language.paginate
› Pagination specific language stringsPagination string used by DataTables for the built-in pagination control types.language.loadingRecords
› Loading information display string - shown when Ajax loading dataWhen using Ajax sourced data and during the first draw when DataTables is gathering the data, this message is shown in an empty row in the table to indicate to the end user the the data is being loaded. Note that this parameter is not used when loading data by server-side processing, just Ajax sourced data with client-side processing.language.lengthMenu
› Page length options stringfrom the use of language.entries to easily update thelanguage.infoPostFix
› String to append to all other summary information stringsIf can be useful to append extra information to the info string at times, and this variable does exactly that. This string will be appended to the language.info (language.infoEmpty and language.infoFiltered in whatever combination they are being used) at all times.language.infoFiltered
› Appended string to the summary information when the table is filteredWhen a user filters the information in a table, this string is appended to the information (info) to give an idea of how strong the filtering is. The tokens _MAX_ and _ENTRIES-MAX_ are dynamically updated - see language.info for information about all available tokens; the same string substitutions available in language.info are also available in this property.language.infoEmpty
› Table summary information string used when the table is empty of recordsDisplay information string for when the table is empty. Typically the format of this string should match info. Please note that the same string substitutions available in language.info are also available in this property.language.emptyTable
› Table has no records stringThis string is shown when the table is empty of data (regardless of filtering) - i.e. there are zero records in the table.language.aria
› Language strings used for WAI-ARIA specific attributesStrings that are used for WAI-ARIA labels and controls only (these are not actually visible on the page, but will be read by screen readers, and thus must be internationalised as well).