datatables : added french translation
This commit is contained in:
@@ -4,6 +4,7 @@ README.md
|
|||||||
development.ini
|
development.ini
|
||||||
production.ini
|
production.ini
|
||||||
pytest.ini
|
pytest.ini
|
||||||
|
setup.py
|
||||||
mondumas/__init__.py
|
mondumas/__init__.py
|
||||||
mondumas/layout.py
|
mondumas/layout.py
|
||||||
mondumas/panels.py
|
mondumas/panels.py
|
||||||
|
|||||||
@@ -34,6 +34,9 @@
|
|||||||
data: dataSet,
|
data: dataSet,
|
||||||
pageLength: 50,
|
pageLength: 50,
|
||||||
bLengthChange: false,
|
bLengthChange: false,
|
||||||
|
language: {
|
||||||
|
url: 'https://cdn.datatables.net/plug-ins/1.10.16/i18n/French.json'
|
||||||
|
},
|
||||||
columnDefs: [
|
columnDefs: [
|
||||||
{ "targets": 0,
|
{ "targets": 0,
|
||||||
"render": function (data, type, full, meta) {
|
"render": function (data, type, full, meta) {
|
||||||
|
|||||||
Reference in New Issue
Block a user