Init(Core): Change repo
This commit is contained in:
18
public/assets/js/pages/table-responsive.init.js
Normal file
18
public/assets/js/pages/table-responsive.init.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Template Name: Qovex - Responsive Bootstrap 4 Admin Dashboard
|
||||
Author: Themesbrand
|
||||
Website: https://themesbrand.com/
|
||||
Contact: themesbrand@gmail.com
|
||||
File: table responsive
|
||||
*/
|
||||
|
||||
$(function() {
|
||||
$('.table-responsive').responsiveTable({
|
||||
addDisplayAllBtn: 'btn btn-secondary',
|
||||
i18n: {
|
||||
focus: 'تمرکز',
|
||||
display: 'نمایش',
|
||||
displayAll: 'نمایش همه'
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user