Datatables type number, no working help!
Datatables type number, no working help!
![Fran25ans](https://secure.gravatar.com/avatar/e5b45ba83b34d9e84ed97c984c0ba0f3/?default=https%3A%2F%2Fvanillicon.com%2Fe5b45ba83b34d9e84ed97c984c0ba0f3_200.png&rating=g&size=120)
var table = $('#tabla').DataTable();
$("input[type='number']").on("keyup", function () {
alert('keyup');
});
This discussion has been closed.
var table = $('#tabla').DataTable();
$("input[type='number']").on("keyup", function () {
alert('keyup');
});
Answers
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