first commit
This commit is contained in:
30
assets/modules/backend/app_backend_other.js
Normal file
30
assets/modules/backend/app_backend_other.js
Normal file
@@ -0,0 +1,30 @@
|
||||
import 'datatables.net-bs5';
|
||||
|
||||
//$(document).ready(function() { });
|
||||
|
||||
/**************************************Sociétés************************************* */
|
||||
|
||||
|
||||
$('#dataTablesSociete').DataTable({
|
||||
language: {
|
||||
url: '../../assets/json/fr-FR.json',
|
||||
},
|
||||
});
|
||||
|
||||
/**************************************Catégorie************************************* */
|
||||
|
||||
//page catégorie
|
||||
$('#dataTableCategorie').DataTable({
|
||||
language: {
|
||||
url: '../../assets/json/fr-FR.json',
|
||||
},
|
||||
});
|
||||
|
||||
//page groupes
|
||||
$('#dataTableGroupes').DataTable({
|
||||
language: {
|
||||
url: '../../assets/json/fr-FR.json',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user