Enable select-all button and convert some cells value into dcc_link

I just get to know there is new datatable feature in dash, I bump into two problems in my first experiment:

  1. there is no select-all button/box for multi selection. how can we enable select-all button in datatable?
  2. i have flexibility to convert some cell value into dcc_link dash component when i build html table using conventional way (html.Td(dcc.Link…). is it possible to do this in datatable?

I am moving back to basic html table since datatable doesn’t suppport dcc_link in table cell. Now I am losing one feature where we can sort the table through header. How can I archive this by using pure JS?