pqgrid supports RTL ( Right to Left ) layout for RTL languages by following steps:
There is a problem with use of brackets () in RTL layout on web pages; the closing bracket ends up at the beginning of line.
To fix that, we add special character ‎
after closing bracket in groupModel.titleDefault
option.
We use replace parameter of exportData method to remove ‎
from Excel spreadsheet.