0

I need to have a table with last columns fixed, i have already try somes solution but nothing works great.

I'm need to have this render but without width. https://web.archive.org/web/20130909085817/http://datatables.net/release-datatables/extras/FixedColumns/right_column.html

Anyone of you have a directive ore something with angular for help me?

Thanks you.

orphen92300
  • 105
  • 3
  • 9
  • https://stackoverflow.com/questions/1312236/how-do-i-create-an-html-table-with-fixed-frozen-left-column-and-scrollable-body ?? – Eliseo Apr 15 '19 at 08:20
  • you can use Angular Material Table. Example: https://stackblitz.com/angular/pxgenqnknmlx?file=app%2Ftable-sticky-columns-example.ts. – andreivictor Apr 15 '19 at 08:22
  • if you are trying to build the table on your own take a look at this approach https://stackoverflow.com/questions/1312236/how-do-i-create-an-html-table-with-fixed-frozen-left-column-and-scrollable-body – WSD Apr 15 '19 at 09:05

1 Answers1

0

Try this, a rich library that acts as an Angular component and allows you to easily and efficiently match both functionality and design

ag-grid

Baruch Gans
  • 1,415
  • 1
  • 10
  • 21