Conflict with the dom-checkbox plugin and the datetime-moment plugin?

Conflict with the dom-checkbox plugin and the datetime-moment plugin?

mtindallmtindall Posts: 10Questions: 1Answers: 0

I'm trying to use the dom-checkbox plugin on a datatable, but i also use datetime-moment for other columns sorting. The dom-checkbox doesn't seem to work unless I remove the datetime-moment calls.

I have:

$.fn.dataTable.moment('MM/DD/YYYY');
$.fn.dataTable.moment('MM/DD/YYYY hh:mm A');

and then use of dom-checkbox

I tried adding the dom-checkbox plugin both before and after these moment calls, but get the same result.

Any ideas? I really need to use both on the same table.

Replies

This discussion has been closed.