cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Table prevent selection of a Column

janithi
Participant
1,454

Hi,

I have a smart table which managed through annotations. And I need to prevent the user from selecting a specific column (Hide the column from the user) by using the table personalization feature. And I cannot disable the personalization feature since I need to provide that feature for the user.

And if I hide the specific column using Ui.Hidden annotation it will hide the filter field also.

How can I hide the field without hiding the filter item.

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor

@UI.lineItem.exclude: true

check if it helps

0 Kudos

Hello jun.wu5 can you say is it possible and how to implement this option with annotation XML file?

tangtangtang
Employee
Employee
0 Kudos

Hello Jun Wu, I have the same question, could you say more detail about smarttable in ui5?

How to hide a column in Smarttable settings dialog to prevent user hiding the column?