mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-22 00:50:25 +00:00
Add a missing property (#39233)
Add a parameter called "decimal" into the LanguageSettings interface. Using this documentation as backup: https://datatables.net/examples/basic_init/comma-decimal.html
This commit is contained in:
Vendored
+1
@@ -1784,6 +1784,7 @@ declare namespace DataTables {
|
||||
infoEmpty?: string;
|
||||
infoFiltered?: string;
|
||||
infoPostFix?: string;
|
||||
decimal?: string;
|
||||
thousands?: string;
|
||||
lengthMenu?: string;
|
||||
loadingRecords?: string;
|
||||
|
||||
Reference in New Issue
Block a user