Cloudlog/assets/js/sections/station_locations.js

6 wiersze
118 B
JavaScript

$(document).ready( function () {
$('#station_locations_table').DataTable({
"stateSave": true
});
} );