We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Barok • 3 years ago

Any spoilers will be appreciated 🙈
me.W1C2.ME/t10612jx

Angga Triawan • 3 years ago

could i download your code

Jozef Rebjak • 4 years ago

Is there a way to integrate responsive behaviour ? https://datatables.net/foru... ?

Bart Goossens • 1 year ago

i have a problem when one column has no filterhead on first load - after a reload of the table it gets fine

Table
<thead>
<tr class=''>
<th class=''>Groep</th>
<th class=''>Code</th>
<th class=''>Inhoud</th>
<th class=''>Acties</th>
</tr>
<tr>
<th class='filterhead'></th>
<th class='filterhead'></th>
<th class='filterhead'></th>
<th class=''></th>
</tr>
</thead>

Code reload
table.ajax.reload(null, false);

on first load
https://uploads.disquscdn.c...
after reload
https://uploads.disquscdn.c...

theo • 2 years ago

hii, how if my column search is select2, or datetime

Ridwan Pranata • 2 years ago

is there a way to make a multi column search but only with a single search box? like jquery datatable did. or yajra datatable in laravel?