How to Change Position of Column Label?
Posted: 2020-10-23 05:34
Hello,
I am wondering How to change the position of the Column Label from default Left to Center and Right.
I have noticed this code of one of the columns as an example with the Label "DOOR", by default its always on the Left side of the Cell.
1. How to change the position to Center and Right of the cell ?
and
2. Do I need jut do the change in one file Projects_templateDV.html in my case ?
---
I have Here is the code of the column on the right, in Projects_templateDV.html
-----
<div class="form-group">
<hr class="hidden-md hidden-lg">
<label for="Door_Name" class="control-label col-lg-3" data-parent_link="view_parent_modal">DOOR</label>
<div class="col-lg-9">
<div class="form-control-static" style="white-space: nowrap; overflow-x: hidden;"><%%COMBO(Door_Name)%%><%%PLINK(Door_Name)%%><%%ADDNEW(Door)%%></div>
</div>
</div>
I am wondering How to change the position of the Column Label from default Left to Center and Right.
I have noticed this code of one of the columns as an example with the Label "DOOR", by default its always on the Left side of the Cell.
1. How to change the position to Center and Right of the cell ?
and
2. Do I need jut do the change in one file Projects_templateDV.html in my case ?
---
I have Here is the code of the column on the right, in Projects_templateDV.html
-----
<div class="form-group">
<hr class="hidden-md hidden-lg">
<label for="Door_Name" class="control-label col-lg-3" data-parent_link="view_parent_modal">DOOR</label>
<div class="col-lg-9">
<div class="form-control-static" style="white-space: nowrap; overflow-x: hidden;"><%%COMBO(Door_Name)%%><%%PLINK(Door_Name)%%><%%ADDNEW(Door)%%></div>
</div>
</div>