Fahmi Amrullah

Results 2 comments of Fahmi Amrullah

thanks @studentIvan. I need the CSV export to be able to export all the data within the table, not just the current page on serverside datasource. is it possible?

Hi All, the easiest way is edit your custom css and add below: ``` .ngx-datatable .datatable-body { height: 300px !important; overflow-y: scroll; } ``` (change 300px to your desired height)....