Column selection

To change the default mode row selection to column, we need to set the target as column in datatable as datatable(..., selection = list(target = 'column')). To select row and column simultaneously, the target can be set as "row+ column".

Get Web Application Development with R Using Shiny - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.