momentum-table
momentum-table copied to clipboard
A rich DataTable with material design for Angular2+
When I load mock data to table without any async call, initial pagination does not work. Once I make page change it works as expected.
If filter is set to local and data being filtered. Now, sort does not work on resulted data.
Hi, I have a working table, and, I am trying to display and empty table row to show error messages. ``` Empty table Message ``` However, though I expect to...
Hi, Could we have a changelog please. The recent change has broke my application and I don't know what the changes are. Cheers
Hi, The cusomizable styles of the table via :host are: ``` :host { --table-height: 200px; --column-padding: 0 28px; --first-column-padding: 0 0 0 24px; --last-column-padding: 0 24px 0 0; --row-height: 47px;...
Hi, I created an AbstractMomentumTable class and extend it for creation of other tables. Bear in mind that styles and template in the abstract class are not inherited when extended,...
Hi, Given the following ##.html ``` ##.ts addRow( cmds: Map ) { console.log('row added') } ``` Why doesn't addRow() being called? And what is the correct way to achieve this?...
Hi Krisna, I have inject my own custom table header with add and delete table row icons. Now I would like to implement the table filter. Could I see how...
Hi Krishna, Is it possible currently to add an icon/button to the table menu? I don't see where this is possible. If it is NOT, will it be possible for...