Search input field width does not adapt
Search input field width does not adapt
                    If the width forms is less than 180 pixels , the search box will not fit.
<!DOCTYPE html>
Test
	
	
	
	
	
 
	
12345
	
	
abcdef
abcdgh
	
$(document).ready(function(){
$("#myTable").dataTable();
});
                            <!DOCTYPE html>
Test
12345
abcdef
abcdgh
$(document).ready(function(){
$("#myTable").dataTable();
});
This discussion has been closed.