lp1778311 On The Fly Resizing of Grids WIP user/khuckins/lp1778311-web-column-on-the-fly-resizing
authorKyle Huckins <khuckins@catalyte.io>
Sat, 26 Feb 2022 22:20:00 +0000 (22:20 +0000)
committerKyle Huckins <khuckins@catalyte.io>
Sat, 26 Feb 2022 22:20:00 +0000 (22:20 +0000)
commit260da9fafdea9f4c83c458a0634a2277268fcd2b
treee2293b7d4bf755def964cbebf9cb22dc13378e16
parentbb054da22808bce0cbfbf1628ef568d89dcf685e
lp1778311 On The Fly Resizing of Grids WIP

- Introduce resizing component
- Refactor grid into html table

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
modified:   Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html
modified:   Open-ILS/src/eg2/src/app/share/grid/grid-body.component.ts
modified:   Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.html
modified:   Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.ts
modified:   Open-ILS/src/eg2/src/app/share/grid/grid-header.component.html
modified:   Open-ILS/src/eg2/src/app/share/grid/grid-print.component.ts
modified:   Open-ILS/src/eg2/src/app/share/grid/grid.component.css
modified:   Open-ILS/src/eg2/src/app/share/grid/grid.component.html
modified:   Open-ILS/src/eg2/src/app/share/grid/grid.module.ts
new file:   Open-ILS/src/eg2/src/app/share/grid/resizable.component.html
new file:   Open-ILS/src/eg2/src/app/share/grid/resizable.component.ts
new file:   Open-ILS/src/eg2/src/app/share/grid/resizable.css
new file:   Open-ILS/src/eg2/src/app/share/grid/resizable.directive.ts
new file:   Open-ILS/src/eg2/src/app/share/grid/resizable.style.less
14 files changed:
Open-ILS/src/eg2/src/app/share/grid/grid-body.component.html
Open-ILS/src/eg2/src/app/share/grid/grid-body.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.html
Open-ILS/src/eg2/src/app/share/grid/grid-column-width.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid-header.component.html
Open-ILS/src/eg2/src/app/share/grid/grid-print.component.ts
Open-ILS/src/eg2/src/app/share/grid/grid.component.css
Open-ILS/src/eg2/src/app/share/grid/grid.component.html
Open-ILS/src/eg2/src/app/share/grid/grid.module.ts
Open-ILS/src/eg2/src/app/share/grid/resizable.component.html [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/resizable.component.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/resizable.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/resizable.directive.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/share/grid/resizable.style.less [new file with mode: 0644]