Files
@ e2739d57f153
Branch filter:
Location: kallithea/docs/usage/troubleshooting.rst
e2739d57f153
2.3 KiB
text/prs.fallenstein.rst
datatables: fix repo group sorting of repo name, last change and tip - indices were off by one
'orderData: 0' would be interpreted as false - thus we use the
'orderData: [0,]' syntax.
'orderData: 0' would be interpreted as false - thus we use the
'orderData: [0,]' syntax.