Skip to content

Commit dc5be83

Browse files
authored
add column name to the tool tip (#1278)
1 parent 8d7d9ae commit dc5be83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

R/session/vsc.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ if (show_view) {
326326
get_column_def <- function(name, field, value) {
327327
filter <- TRUE
328328
tooltip <- sprintf(
329-
"class: [%s], type: %s",
329+
"%s, class: [%s], type: %s",
330+
name,
330331
toString(class(value)),
331332
typeof(value)
332333
)

0 commit comments

Comments
 (0)