function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nikhil Gupta 145Nikhil Gupta 145 

Create a lighnting:datatable with disable clip and wrap text possibility.How to achieve this ?

Best Answer chosen by Nikhil Gupta 145
Maharajan CMaharajan C
Hi Nikhil,

In Aura Bundle -> paste the below css code in style.

.THIS .slds-button_icon-bare{
    display: none;
}


Thanks,
Maharajan.C

All Answers

Maharajan CMaharajan C
Hi Nikhil,

In Aura Bundle -> paste the below css code in style.

.THIS .slds-button_icon-bare{
    display: none;
}


Thanks,
Maharajan.C
This was selected as the best answer
Deepali KulshresthaDeepali Kulshrestha
Hi Nikhil,

Add this piece of code in your css file and you will be able to remove the clip and wrap text.
.THIS .slds-button_icon-bare{
    display: none;
}

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha
www.kdeepali.com