I use PrimeNG beta 17 with Angular 2 and and have come by a situation where I want to change the Horizontal Layout of DataTable to Vertical layout as illustrated below:
By Default:
Horizontal Datatable Layout
My requirement:
Vertical DataTable Layout
So, can anybody hint me a way to do that using PrimeNG esp. using DataTable
Thanks.