Search
282 results 161-170
Reference
language.autoFill.info
› Information message shown at the top of the fill type selectorAutoFill's fill selector box (shown when there are multiple fill options available) has the ability to show an information message at the top of the box. This can be used to explain to the end user why the box is being shown and what action they should take.language.autoFill.increment
› Multi-fill selector message for the _increment_ fill typeThis option provides the ability to customise the message that the increment fill type will show when it is available for a data fill.language.autoFill.fillVertical
› Multi-fill selector message for the _vertical fill_ fill typeThe vertical fill type will copy the data from the first row in the selected cells to the other cells vertically. This option sets the message that will be shown when this fill type is available.language.autoFill.fillHorizontal
› Multi-fill selector message for the _horizontal fill_ fill typeThe horizontal fill type will copy the data from the first column in the selected cells to the other cells horizontally. This option sets the message that will be shown when this fill type is available.language.autoFill.fill
› Multi-fill selector message for the _full fill_ fill typeThe full fill type will copy the data from the cell where the fill originated to all other cells. This option sets the message that will be shown when this fill type is available (which is always!).language.autoFill.cancel
› Multi-fill selector cancel option messageIf the multi-fill selector is shown it will always contain a cancel option that the end user can select to have no update performed on the table. This option provides the ability to customise the cancel message shown in the selector.language.autoFill.button
› Multi-fill selector button textThis option gives the ability to customise the text shown in the multi-fill selector buttons. The end user will click these buttons to select what fill type to use when multiple fills are available.language.zeroRecords
› Table empty as a result of filtering stringafter filtering. Note that language.emptyTable is shown when therelanguage.thousands
› Thousands separatorDataTables' built in number formatter (formatNumber) is used to format large numbers that are used in the table information. By default a comma is used, but this can be trivially changed to any other character you wish with this parameter, suitable for any locality, or set to an empty string if you do not which to have a thousands separator character. Please note that unlike the language.decimal option, the thousands separator option is used for output of information only (specifically the info option). Changing it does not effect how DataTables reads numeric data.language.searchPlaceholder
› Search input element placeholder attributeHTML has a placeholder attribute for input type="text" elements to provide informational text for an input control when it has no value. This parameter can be used to set a value for the placeholder attribute in a DataTable's search input. Note that it is possible to override this option on a per-control basis with the search feature for layout.