Answers for "Datatable search input with no label - just the placeholder"

0

Datatable search input with no label - just the placeholder

$('#example').dataTable( {
    language: {
        search: "_INPUT_",
        searchPlaceholder: "Search..."
    }
} );
Posted by: Guest on August-13-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language