If I have the following table:
| A | B | C |
| --- | --- | --- |
| | ب | ا |
it renders with the Arabic cells in the wrong order:
Inserting an extra English column inbetween the Arabic columns results in correct behaviour:
| A | B | C | D |
| --- | --- | --- | --- |
| | ا | x | ب |
Turning on RTL in the editor is not what I want, because the headings are in the order C B A.