mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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:
parent
d0bcf9e804
commit
820bd4d5e9
1
types/datatables.net/index.d.ts
vendored
1
types/datatables.net/index.d.ts
vendored
@ -1784,6 +1784,7 @@ declare namespace DataTables {
|
||||
infoEmpty?: string;
|
||||
infoFiltered?: string;
|
||||
infoPostFix?: string;
|
||||
decimal?: string;
|
||||
thousands?: string;
|
||||
lengthMenu?: string;
|
||||
loadingRecords?: string;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user