Datatables type number, no working help!

Datatables type number, no working help!

Fran25ansFran25ans Posts: 2Questions: 2Answers: 0
edited December 2018 in Free community support

var table = $('#tabla').DataTable();

$("input[type='number']").on("keyup", function () {
alert('keyup');
});

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.