Put name of table in datable
Put name of table in datable
Adriano_SP
Posts: 1Questions: 1Answers: 0
$('#detail-itens-origem').DataTable({
""
"processing": true,
"language": {
"decimal": ",",
"thousands": ".",
"sEmptyTable": "Nenhum registro encontrado",
...............
I need put display name of table, sample... "
Table of Customer"
Answers
You'll need to do it yourself. This is not part of the datatable.
See: https://datatables.net/forums/discussion/76376/how-to-simply-add-a-title-to-a-table
Where do you want to put the name of the table?
Are you looking for something like this example?
Kevin