Posts by Jonas Martins • 1 point
2 posts
-
0
votes1
answer43
viewsA: Filter table data by a separate input type="text"
Good morning, try it this way to see if it works: $('#filterbox').on( 'keyup', function () { table .search( this.value ) .draw(); } );
-
-2
votes2
answers75
viewsA: How to create three inputs with the same line?
You can use Bootstrap, it’s a great framework and helps a lot in these cases. <link rel="stylesheet"…