mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 20:24:03 +00:00
* Consistent route/model/controller/view layout * Get rid of unused photos, speakers, dietchoices, social_events controllers * Drop unused :public from Rooms and :description from CallForPapers
12 lines
241 B
JavaScript
12 lines
241 B
JavaScript
$(function () {
|
|
$(document).ready(function() {
|
|
$('.datatable').DataTable({
|
|
// ajax: ...,
|
|
autoWidth: false,
|
|
pagingType: 'full_numbers',
|
|
"lengthMenu": [[25, 50, 100, -1], [25, 50, 100, "All"]]
|
|
});
|
|
});
|
|
});
|
|
|
|
|