Cannot disable column resizing inside the tag itself <rich:extendedDataTable>. However, with a little CSS, to hide an element that allows you to resize, you can accomplish what you are trying to do:
<style type="text/css">
.extdt-hsep {
display: none;
}
</style>
, . , , (: , - 100%).