-
-
Couldn't load subscription status.
- Fork 377
MatTable features #749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
MatTable features #749
Conversation
Fixed a null reference exception.
Fix null reference exception for multi column filtering in MatTable
- ColGroup tag before <thead> ; - OnRowGenerating custom action, after <tbody> rendering. It will allow to create dictionaries (by ex.) with object instance (from list) and ElementReference. It's usefull when you want to create a button on TableRow with drop down Menu, for set its reference to Menu instance when clicked.
|
Fixed target branch from 'master' to 'develop'. |
|
Hi @HClausing.
<MatColGroup>
<colgroup>
<col span="1" style="width: 60%;">
<col span="1" style="width: auto;">
<col span="1" style="width: auto;">
</colgroup>
</MatColGroup>I propose this: <MatColGroup>
<col span="1" style="width: 60%;">
<col span="1" style="width: auto;">
<col span="1" style="width: auto;">
</MatColGroup>
|
|
When this will be implemented? |
|
I would say go with |
Suggested implementations:
Best regards.