how can set placeholder for searching(filtering) input in dataTable?
how can set placeholder for searching(filtering) input in dataTable?
rasaEdris
Posts: 1Questions: 1Answers: 0
var table = $(".table").DataTable({
dom: 'Blfrtpi',
select: true,
processing: true,
"search": {
/it is not working/
placeholder:"search.."
},
});
// is any way or api that access to search input type attribute placeholder?
Answers
This is what it looks like: