如何制作动手网格RTL?

时间:2015-01-21 08:36:52

标签: jquery html css grid handsontable

我使用了handontable脚本来创建动态网格,但我的网格必须是RTL。 当我把它变成RTL时,它显示的是这样的东西。

handsontable

定义是这样的:

    $('#invoice_items-grid').handsontable({
        width: '80%',
        startRows: 3,
        startCols: 7,
        rowHeaders: true,
        minSpareRows: 1,
        colHeaders: true,
        undo: true,
        outsideClickDeselects : true ,
        enterBeginsEditing : true ,
        autoWrapRow : true ,
        autoWrapCol : true ,
        fillHandle: true //possible values: true, false, "horizontal", "vertical"
    });

感谢您的帮助。

此致 穆罕默德

1 个答案:

答案 0 :(得分:1)

检查此链接:
Handsontable rtl issue