Styling tableview header
Hi All
I have a tableview and im grouping the entries by categories and adding a header for each.
Is there any way to completely re style the header?
var row = Ti.UI.createTableViewRow({
header: rows.fieldByName('category'),
...more code
});
Thanks
Mark