TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the ...
Currently, on desktop when you enable multiselect, you get a nice checkbox in the header of the datatable. I understand why the header gets hidden on mobile, since the grid style changes. But it would ...