12 lines
227 B
JavaScript
12 lines
227 B
JavaScript
/**
|
|
* Theme: Crovex - Responsive Bootstrap 4 Admin Dashboard
|
|
* Author: Mannatthemes
|
|
* Responsive-table Js
|
|
*/
|
|
|
|
|
|
$(function() {
|
|
$('.table-responsive').responsiveTable({
|
|
addDisplayAllBtn: 'btn btn-secondary'
|
|
});
|
|
}); |