mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
make playerSearch results dataTable
This commit is contained in:
@@ -36,6 +36,14 @@
|
||||
</table>
|
||||
{{ endOfBoardIndicator }}
|
||||
</div>
|
||||
{% include 'footer.html' %}
|
||||
{% if not doNotComputeRank %}
|
||||
<script defer>
|
||||
$(document).ready(function () {
|
||||
$('#tableMain').DataTable();
|
||||
$('.dataTables_length').addClass('bs-select');
|
||||
});
|
||||
</script>
|
||||
{% endif }
|
||||
{% include 'footer.html' %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user