FixedColumns not working for arabic content

FixedColumns not working for arabic content

ks7ks7 Posts: 1Questions: 1Answers: 0

Hi, I am newbie to Fixed columns. I have the below code working good with english table content. But the same code is not working when load the table with arabic content.

new $.fn.dataTable.FixedColumns( dTable, {
leftColumns: 1,
rightColumns: 3
});

Can anyone guide if I need required to set any property?

Answers

  • jLinuxjLinux Posts: 981Questions: 73Answers: 75

    This is something youre going to have to replicate in a JSBin, like live.datatables.net

This discussion has been closed.