bitter-monkey-50309
08/30/2022, 4:36 PMrefined-waiter-90422
08/30/2022, 9:17 PMmysterious-toddler-20573
08/30/2022, 9:39 PMrefined-waiter-90422
08/30/2022, 10:17 PMhundreds-camera-24900
08/30/2022, 11:42 PMhundreds-camera-24900
08/30/2022, 11:42 PMancient-father-3063
08/31/2022, 12:48 PMancient-father-3063
08/31/2022, 12:48 PMancient-father-3063
08/31/2022, 12:48 PMancient-father-3063
08/31/2022, 12:49 PMancient-father-3063
08/31/2022, 12:49 PMancient-father-3063
08/31/2022, 12:52 PMancient-father-3063
09/01/2022, 12:00 PMancient-father-3063
09/01/2022, 12:00 PMancient-father-3063
09/01/2022, 12:01 PMancient-father-3063
09/01/2022, 12:01 PMhtml
<select id="deckname" name="deckname" hx-trigger="load, change" hx-get="{% url 'statstable' %}" hx-target="#statstable" hx-swap="outerHTML" hx-include="#timeframe, #filteroutunplayed">
ancient-father-3063
09/01/2022, 12:02 PMancient-father-3063
09/01/2022, 12:02 PMancient-father-3063
09/01/2022, 12:03 PMancient-father-3063
09/01/2022, 12:03 PMhtml
<script>
$(document).ready( function () {
$('#statstable').DataTable();
} );
</script>
ancient-father-3063
09/01/2022, 12:04 PMancient-father-3063
09/01/2022, 12:04 PMhundreds-camera-24900
09/01/2022, 2:50 PMhundreds-camera-24900
09/01/2022, 2:51 PMhundreds-camera-24900
09/01/2022, 2:51 PMhundreds-camera-24900
09/01/2022, 2:51 PMbrash-electrician-16054
09/01/2022, 2:57 PMhtmx:configRequest
to set the DataTable. Or perhaps htmx:load
https://htmx.org/events/#htmx:configRequesthundreds-camera-24900
09/01/2022, 5:21 PMhundreds-camera-24900
09/01/2022, 5:23 PMjs
if $('#statstable').isDataTable(){
$('#statstable').destroy()
}
$('#statstable').DataTable();
hundreds-camera-24900
09/01/2022, 5:23 PM