I would like to hide rowHeader by default instead of clicking rowheaderHideIconEnabled.
dp.rows.headerHide();
Try the following code after initiation.
dp.init(); dp.rows.headerHide();