data_table.getTableHeader().setReorderingAllowed(false); should do the job, unless you mean that the user can resize column headers.
data_table.getTableHeader().setReorderingAllowed(false); should do the job, unless you mean that the user can resize column headers.