Stéphane Bouget

Results 5 comments of Stéphane Bouget

> @stephanebouget this issue was when we try to upload same file multiple times ..or rather files with same file name yes it's the same issue, just add : `#fileInput...

> The variable width bars might be possible using the scriptable options added in v3.0.0-beta.12. You'd have to supply. a function for the `barThickness` prop and use that to compute...

For those who are interested, i made a quick fork based on 3.9 branch to manage dynamic width : https://github.com/stephanebouget/Chart.js/tree/3.9 ### For example : ![image](https://user-images.githubusercontent.com/13203455/196981598-a880ea66-9ef6-4064-8a2a-45e4b255ccef.png) ### Live demo https://codepen.io/stephanebouget/pen/PoerxPP

Hi, I do column resize with the angular-resizable-element lib. Works with Angular material 7. ### Demo and source code of the final render here : https://stackblitz.com/edit/mat-table-resize ## Steps install https://github.com/mattlewis92/angular-resizable-element...