Prefill column with solid color (divider)
Prefill column with solid color (divider)
teondex
Posts: 19Questions: 4Answers: 0
Hi again DataTables team,
A request was made to separate the data on our data table by adding a column divider or gap empty column is there anyway I can do this built into DataTable already? I would prefer a divider column.
Also is there anyway to add a second higher level header ie
Requestor | Order Fulfilled
Name| SiteInfo | Number | FulfillersName | IPAddress | Phone Number
This discussion has been closed.
Answers
https://datatables.net/examples/basic_init/complex_header.html
Thanks tangerine,
That helped but I still need to figure out how to add a column seperator of some sort. Any ideas?
I tried a blank column with the mData set to Null but its not working.
I am getting "[object Object]" in each item.
Try adding
defaultContent: ''
to the column.Kevin
@teondex - Please show us your code. Or even better, a link to a test case.
Allan