Header on child table.
Header on child table.
Here is a link test case;
https://live.datatables.net/guwafemu/536/edit
What is the easiest way to add headers to a child table? The child table for this test case does not have headers.
This discussion has been closed.
Answers
You can add the header HTMl syntax to the
table
strung here:Easier might be to use
columns.title
to set the header strings.Kevin
title: 'My column title'
is what I was looking for.
I was mistakenly using label instead I should have been using title.
Thank you.