rename datatable id column

How to rename datatable column id to some other name like tempId?

table.getColumnConfig("old_id").id="new_id";
table.refreshColumns();