Skip to content

Instantly share code, notes, and snippets.

@Lodo4ka
Last active August 17, 2018 15:16
Show Gist options
  • Save Lodo4ka/ae750d84a5e5ec8f97e24cbfefc74ec7 to your computer and use it in GitHub Desktop.
Save Lodo4ka/ae750d84a5e5ec8f97e24cbfefc74ec7 to your computer and use it in GitHub Desktop.
$("body").on('show.bs.modal', '#modalAddFrame', function() {
$('#tableModalFrames').DataTable({
"retrieve": true,
"destroy": true,
"paging": true,
"lengthChange": true,
"searching": true,
"ordering": true,
"info": true,
"autoWidth": true,
"iDisplayLength": 10,
"lengthMenu": [10, 25, 50, 75, 100],
"language": {
"search": "Фильтр:",
"info": "Показать страницу _PAGE_ из _PAGES_",
"infoEmpty": "No records available",
"lengthMenu": "Показать _MENU_ записей на странице",
"zeroRecords": "Ничего не нашел, извини",
"infoFiltered": "(filtered from _MAX_ total records)",
"paginate": {
previous: "Предыдущая",
next: "Следущая"
},
"processing": "Загружается...",
},
"showNEntries": true,
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment