3 行
84 B
JavaScript
3 行
84 B
JavaScript
|
|
$(document).ready( function () {
|
||
|
|
$('#station_locations_table').DataTable();
|
||
|
|
} );
|