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:
Dr-NULL 2019-10-18 19:53:02 -03:00 committed by Andrew Branch
parent d0bcf9e804
commit 820bd4d5e9

View File

@ -1784,6 +1784,7 @@ declare namespace DataTables {
infoEmpty?: string;
infoFiltered?: string;
infoPostFix?: string;
decimal?: string;
thousands?: string;
lengthMenu?: string;
loadingRecords?: string;