the core.inc file line 11
function kalatheme_table($variables) {... function overwrites the classes added by the tablefield module.
this means the table header rows aren't sticky. I am not sure if this is by design but it was pretty difficult to track down.
I am assuming I need to write a custom hook to re-insert the table-sticky classes, or am I missing something?