Hello,
I created a new connection that only need to show the data from a specific table from my DB.
The records in the table are shown in the correct way that i want - right to left, but the header is on the left.
Is there any solution for this problem?
Thanks
I created a new connection that only need to show the data from a specific table from my DB.
The records in the table are shown in the correct way that i want - right to left, but the header is on the left.
Is there any solution for this problem?
Thanks
Hi leetal,
I'm not sure that I understand. What header is shown on the left?
Can you change the order of the Columns to make the 'header' one the last?
Bob
I'm not sure that I understand. What header is shown on the left?
Can you change the order of the Columns to make the 'header' one the last?
Bob
Hi Bob,
I meant the header of the table itself.
I want the header of the table to be shown from right to left.
I meant the header of the table itself.
I want the header of the table to be shown from right to left.
Hi,
Each table header cell has a class:
You can use that to right align the text using CSS:
Regards,
Max
Each table header cell has a class:
th-Model.title
You can use that to right align the text using CSS:
text-align:right;
Regards,
Max
This topic is locked and no more replies can be posted.
