oj-table does not enforce the column styles unless there are more than one row
Summary
oj-table does not enforce the column styles unless there are more than one rowContent
oj-table component does not seem to enforce the specified min-width/width/max-width for the cell and header styling if there is only one row. If the number of rows are more than one then the styles are applied.
Steps to reproduce in the cookbook :
- https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=table&demo=editableArrayTable
- Open demo.js and modify the variable var deptArray to have a single rows data
- Click on Apply. We notice that the table is shrinked and the styles specified are not enforced.
0