Display large values in modal dialog

Tags: #<Tag:0x00007f8b23ca2af0>

I have a table with some large string values (pathnames). They’re too long to display comfortably in the table, so I’d like to have a “Show Paths” button or icon for each row that displays the contents of that one cell in a dialog window (popover). Is there a hook in the table itself that I can use to attach the required function? Or do I need to attach something “from the outside” using, say, a jQuery selector?
Thanks!

Hi @jgoodleaf you can try to change ‘colWidths’ for the column/columns that contain larger amount of data.