-
Notifications
You must be signed in to change notification settings - Fork 877
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
colspan for noDataFound case is not calculated properly with custom action #629
Comments
PR here. #631 |
+1 |
The repo seems to be inactive :( how to get this implemented to the project? |
same goes here, no data found row is not correctly calculate number of column when applying settings = {selectMode: 'multi'...} |
Thanks for checking. I'm not using this lib anymore so does not really
matter to me.
My change is so simple so feel free to port into your own PR.
…On Tue, Nov 10, 2020 at 2:09 AM hanalice ***@***.***> wrote:
PR here. #631 <#631>
the PR is not pass the check, so it hasn't been merged. Pls have a look.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#629 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5SRU6WNEWLPBKN6TCNQSLSPDRL5ANCNFSM4EF5S4GA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When action's add, edit, delete are all set to false and action's custom is added, empty table does not set colspan property properly (colspan value is one less than it's supposed to be). I have a solution here below.
ng2-smart-table/src/ng2-smart-table/components/tbody/tbody.component.ts
Line 50 in 8f37d37
ng2-smart-table/src/ng2-smart-table/components/tbody/tbody.component.html
Line 53 in 8f37d37
The text was updated successfully, but these errors were encountered: