Anyone can say how to set the gantt as RTL?
is it supported?

Hello YehudaBenYaakov

Unfortunately now localization is not available in react gantt.

Hi,

thank you for the reply.
I can fix everything with CSS tweaks except for sub tasks indentations, it always add margin to the left.
any way I can control this?

Hello YehudaBenYaakov

If I understand you correctly you can rewrite the build-in styles this way:

.wx-cell.wx-text-left .wx-content {
  padding-left: 0 !important; 
}