this that possible? in custom option in groups?
this that possible? in custom option in groups?
jadehan
Posts: 4Questions: 2Answers: 0
datatables has so many options, button group, searchbar group, show entries group.... and I want insert 'see deleted objects' checkbox group.
like this!
so I tried custom group in 'Dom' http://live.datatables.net/tepecani/7/edit
$('#mytable').DataTable({
sDom: "<'row'<'col-md-3'B><'col-md-2'><input type="checkbox" name="showDeletedObjects">show<'col-md-2'l><'col-md-3'f><'col-md-2 second-btn-group'>r>t<'row'<'col-md-4'i>><'row'<'#colvis'>p>"
})
but it doesn't working
this that possible? insert new group like datatables.button?
This discussion has been closed.
Answers
Sounds like you want to create a Feature Plugin. An example of this is shown in this blog:
https://datatables.net/blog/2014-09-22
Kevin