on 2016 Jul 15 7:48 AM
Hi,
In my application I have resizing ,sorting and filtering enabled in table columns.
At certain action, I need to disable all these.
I could find api for reordering of columns: table.setEnableColumnReordering(false);
But not for the esizing ,sorting and filtering.
Can anyone help me with this.
Thanks,
Archana
Hi Archana,
You can find re-sizable property at sap.ui.table.Column definition:
JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.table.Column
However for filter / sort it is not straight forward, one work around would be toggling the pop over menu enabled / disabled.
Will this sample help? JS Bin - Collaborative JavaScript Debugging
Working Snippet:
Regards,
Sai.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.