how to display table properties panel with out toolbar

I have no toolbar, but I want to display table properties pane when cursor is in the table cell.

1 Reply

RT Ramya Thirugnanam Syncfusion Team January 7, 2019 06:05 AM UTC

Hi Sampurnima, 
 
Thank you for contacting Syncfusion support. 
 
We don’t have support for switching panes (Text/ Table) from sample side. So, we suggest you inject Toolbar module and added the below CSS class in your sample to hide the toolbar.  
 
.e-de-ctnr-toolbar { 
    display: none; 
} 
 
So, that pane switching is handled internally based on selection context type. 
 
We have prepared a sample for this. Please find the sample from following link  
 
 
 
Regards, 
Ramya T 


Loader.
Up arrow icon