我在页面中有一个块 .

现在,我需要提供p13n对话框 . 为此,我使用了这段代码:

<smartTable:customData>
        <core:CustomData key="p13nDialogSettings" value='\{"columns":\{"visible": true \},"filter":\{"visible": false\}\}'/>
    </smartTable:customData>

此外,我已经为智能表提供了这个标签: useTablePersonalisation="true"

但是,当我点击动作设置图标时,使用它,
enter image description here

它不会打开任何个性化框 . 相反,它在控制台中显示此错误:

enter image description here

进一步调试,我发现智能表没有_oPersController属性 .
enter image description here
I do not why this is happening? How can I provide this propoerty to my smart table? Do I have to use any special tags for this in my VIEW/CONTROLLER file? Thanks a lot in advance.