ilya-pesterev opened a new issue, #34638:
URL: https://github.com/apache/superset/issues/34638

   ### Bug description
   
   I'm using a Pivot table and I want to display links in one of the columns. 
   
   As a result, links are not rendered on the table itself, but they are 
rendered at the bottom in Results. 
   
   Also, I don't have the "Render columns in HTML format" checkbox in the 
Customize tab. However, this flag is active in ControlPanel.tsx
   `          {
               name: 'allow_render_html',
               config: {
                 type: 'CheckboxControl',
                 label: t('Render columns in HTML format'),
                 renderTrigger: true,
                 default: true,
                 description: t(
                   'Renders table cells as HTML when applicable. For example, 
HTML <a> tags will be rendered as hyperlinks.',
                 ),
               },`
   
   ### Screenshots/recordings
   
   <img width="2650" height="2164" alt="Image" 
src="https://github.com/user-attachments/assets/05e12b1a-771e-46d9-a333-8baffd06c7f4";
 />
   <img width="2388" height="2184" alt="Image" 
src="https://github.com/user-attachments/assets/0a81d410-897c-4d00-b8a7-29edc3e8f03d";
 />
   
   ### Superset version
   
   4.1.3
   
   ### Python version
   
   3.10
   
   ### Node version
   
   I don't know
   
   ### Browser
   
   Safari
   
   ### Additional context
   
   _No response_
   
   ### Checklist
   
   - [x] I have searched Superset docs and Slack and didn't find a solution to 
my problem.
   - [x] I have searched the GitHub issue tracker and didn't find a similar bug 
report.
   - [ ] I have checked Superset's logs for errors and if I found a relevant 
Python stacktrace, I included it here as text in the "additional context" 
section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to