We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98aab5 commit d8850a2Copy full SHA for d8850a2
static/hospital/js/base.js
@@ -1,7 +1,7 @@
1
// Call the dataTables jQuery plugin
2
$(document).ready(function() {
3
$('#patientHistoryTable').DataTable({
4
- 'order': [[ $("#patientHistoryTable > tbody > tr:first > td").length - 1, "desc" ]],
+ 'order': [[ $("#patientHistoryTable > tbody > th > td").length - 1, "desc" ]],
5
'language': {
6
'url': "//cdn.datatables.net/plug-ins/1.10.16/i18n/Russian.json"
7
},
0 commit comments