this that possible? in custom option in groups?

this that possible? in custom option in groups?

jadehanjadehan 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?

Answers

This discussion has been closed.