Hi Team,
can you please provide some solution how can i hide a whole column, if i don't have data in that column .
Please refer screenshot for your reference.
Note: i used below code to hide the (blank) text:
localization: {
grid: {
"blankMember": ""
}
Thanks
Rudra
Hi Rudra,
Thank you for posting your question on the forum.
As I can see from the screenshot, User Administration column does not have any members except the blankMember. In this case I would suggest you to remove this column from the JSON/CSV data when you pass them to the pivot table component.
Also, User Administration column can be removed from the slice by a user via Field List.
Unfortunately, there is no property in the component that can hide a column automatically, if there is no data in that column.
Please let me know if you have any further questions.
Kind regards,
Iryna
Hi Iryna,
Thanks for your reply. instead of hiding the whole column. is there any way i can hide the empty valued checkbox inside the popup?
Please refer screenshot.
Thanks
Rudra
attached one more image with both empty values and data in rows.
Thanks
Rudra
Hello, Rudra,
Thank you for your response!
It is not possible to hide the empty valued checkbox inside the popup. However, you can make it deselected. As a benefit of such deselecting, the empty value is not displayed on the grid. Please check out the following sample: https://jsfiddle.net/flexmonster/pz431qp5/179/ (line 38).
Let me know in case of any other questions.
Regards,
Tanya