gentelella
Version:
Gentelella Admin is a free to use Bootstrap admin template
13 lines (9 loc) • 301 B
JavaScript
// Tables Module - Only loaded on table pages
// DataTables - Advanced table functionality
import 'datatables.net';
import 'datatables.net-bs5';
// Custom scrollbar for tables (if needed)
import 'malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css';
export default {
initialized: true
};