Result
library(DT)
datatable(iris, colnames = c("Num" = 1,
"Length_Dai_hoa" = 2,
"Rong_Dai_hoa" = 3,
"Length_canh_hoa" = 4,
"Rong_canh_hoa" = 5,
"Loai_hoa" = 6),
extensions = c('ColReorder', 'Buttons', 'Responsive', 'KeyTable'),
options = list(colReorder = TRUE,
keys = TRUE,
dom = 'B',
buttons = list(list(extend = 'colvis', columns = c(1,2,3,4,5), text = 'Show data'),
list(extend = 'collection',
buttons = c('csv', 'excel','pdf'),
text = 'Download'),
list(extend = 'copy', text= 'Copy to clipboard'),
list(extend = 'print', text = 'Print'))))