ngx-datatable icon indicating copy to clipboard operation
ngx-datatable copied to clipboard

[Feature Request] Freezing of columns or rows

Open tistisman opened this issue 2 years ago • 1 comments

[ ] bug report => search github for a similar issue or PR before submitting [x ] feature request [ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter


It would be nice to have a freeze feature on ngx-database
I mean I would like to have the first or last column to be freezed while I'm scrolling vertically or horizontally
same for Rows

kinda like this

https://datatables.net/extensions/fixedcolumns/examples/initialisation/left_right_columns.html


tistisman avatar Nov 22 '22 13:11 tistisman

@tistisman - you can already freeze columns: https://swimlane.gitbook.io/ngx-datatable/api/column/inputs#frozenleft-boolean

chrisweight avatar Nov 30 '22 11:11 chrisweight