Files
law-api/public/assets/js/pages/table-responsive.init.js

18 lines
389 B
JavaScript

/*
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: 'نمایش همه'
}
});
});