HtmlForgeX

API Reference

Class

DataTablesLanguage

Namespace HtmlForgeX
Assembly HtmlForgeX

Localization strings for DataTables user interface elements.

Inheritance

  • Object
  • DataTablesLanguage

Constructors

public DataTablesLanguage() #

Properties

public String LengthMenu { get; set; } #
JsonPropertyName("lengthMenu") JsonIgnore(Condition = 3)

Text for the page length menu.

public String Info { get; set; } #
JsonPropertyName("info") JsonIgnore(Condition = 3)

Information text.

public String InfoEmpty { get; set; } #
JsonPropertyName("infoEmpty") JsonIgnore(Condition = 3)

Text shown when no records are present.

public String InfoFiltered { get; set; } #
JsonPropertyName("infoFiltered") JsonIgnore(Condition = 3)

Text for filtered results information.

public String LoadingRecords { get; set; } #
JsonPropertyName("loadingRecords") JsonIgnore(Condition = 3)

Loading message.

public String Processing { get; set; } #
JsonPropertyName("processing") JsonIgnore(Condition = 3)

Processing message.

public String ZeroRecords { get; set; } #
JsonPropertyName("zeroRecords") JsonIgnore(Condition = 3)

Text shown when no matching records are found.

public DataTablesPaginate Paginate { get; set; } #
JsonPropertyName("paginate") JsonIgnore(Condition = 3)

Text used for pagination buttons.