first upload all files
This commit is contained in:
10
Modules/Translation/Resources/assets/admin/js/main.js
Normal file
10
Modules/Translation/Resources/assets/admin/js/main.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import TranslationEditor from './TranslationEditor';
|
||||
|
||||
$('.translations-table').dataTable({
|
||||
pageLength: 20,
|
||||
lengthMenu: [10, 20, 50, 100, 200],
|
||||
drawCallback: () => {
|
||||
new TranslationEditor();
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user