def table_default_values(table):
    from onx_utils import OnxUtils
    defaults = OnxUtils.table_default_values(table)
    return defaults