hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

column width resize property #189

Open sahilkatia opened 6 years ago

sahilkatia commented 6 years ago

@hjalmers How can i achieve column width re-size property

I know how can I achieve using jquery plugin but don't know with angular

Please see the link for better understanding of my problem http://jsfiddle.net/euka4rm3/

hjalmers commented 6 years ago

Currently it’s not possible without a lot of nasty code and I really advice against using jquery together with angular. Would be nice with a plugin to handle this though but wouldn’t expect this feature to be added any time soon I’m afraid.