nice, because in the example, they are fixed width
Brad G
@bgilb5
ah i see now
Thanks
BertrandMarechal
@BertrandMarechal
:thumbsup:
Brad G
@bgilb5
how do you guys deploy without removing the original files first?
upload new everything except index.html, then upload index.html, then delete old files?
Sanket Thotange
@iamsank8
I am trying to create dynamic mat table which accepts templates and data to render table without re-initializing the component. I am able to remove the footer row using table.removeFooterRowDef(null); but when the input change I should be able to add back the footer row. I am not sure how to do it.
Nikola Pavlovic
@raegen
yo, I'm having a very frustrating time with MatTable. Namely 'Property matFooterCellDef is not provided by any applicable directive on an embedded template ' and the likes of it. I have of course imported the MatTableModule but it still doesn't seem to be recognizing the directives. For the record, it works, it's just whining.
matColumnDef especially
Nikola Pavlovic
@raegen
jesus matHeaderCellDef is fine matHeaderRowDef is not whatsoever
Nikola Pavlovic
@raegen
bleh
BertrandMarechal
@BertrandMarechal
:)
_
Brad G
@bgilb5
im using ngxmonaco editor, but its pretty heckin large, how could i lazy load it?
Nishanth
@Nishanth15
Hi everyone, I have a project on angular 9. I am using Angular Material table on it. I followed the procedure in this link "https://material.angular.io/components/table/overview#sorting" to implement sorting. Now i could easily sort table data. But when i click on the column header name to sort, it showing an outline on it as above. Is it possible to remove that? Please help me on scss to do that. Thanks
@Nishanth15 the snippet suggested in the answer not works?
SAGO
@SAGOlab
Hi there...I'm working on bottom-sheet component, I need to create button toggle with push animation, so the button follow the open close state of bottom-sheet panel? where to start?
Nishanth
@Nishanth15
Hi @SAGOlab , I put that it my style.scss. Its working fine for me. Is there any other way to do it?
SAGO
@SAGOlab
@Nishanth15 I think no, for my knowledge....
SAGO
@SAGOlab
Hi there...I'm working on bottom-sheet component, I need to create button toggle with push animation, so the button follow the open close state of bottom-sheet panel? where to start?
I there there is a way to get mat expansion panel title from typescript?
SAGO
@SAGOlab
Hi there...I'm working on bottom-sheet component, I need to create button toggle with push animation, so the button follow the open close state of bottom-sheet panel? where to start?
SAGO
@SAGOlab
how to animate a button on click?
BertrandMarechal
@BertrandMarechal
using angular animations ?
SAGO
@SAGOlab
yes, I have a bottomsheet component, and I need to attach a button that slide and follow bottomsheet at open and at close