Ahlam

Results 1 comments of Ahlam

This snippet will edit the style object passed in rowRenderer or cellRenderer: ` const documentDirection = getDocumentDirection(); const isRTL = documentDirection === "rtl"; const { left, right } = style;...