Skip to content

Resize "View Record" display?

You can modify the view window using CSS. Assuming the table name is "employee", prepend "viewmod". 

<style>
#viewmodemployees{

width:1000px !important
}
</style>


Feedback and Knowledge Base