mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
require.config({
|
|
shim: {
|
|
'datatables': ['jquery','core'],
|
|
},
|
|
paths: {
|
|
'datatables': 'assets/plugins/datatables/datatables.min',
|
|
}
|
|
}); |