Skip to content

fix: CTable put 0 data in but not add #362

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

Merged
merged 2 commits into from
Jun 8, 2023
Merged

Conversation

birariro
Copy link

@birariro birariro commented May 25, 2023

CTable put 0 data in but not add

Existing conditional statements return false if the value is empty or zero.
But the user needs to see zeros and empty values in the row as well
So we changed the condition

Fixes #357

CTable put 0 data in but not add
@birariro birariro changed the title fix: CTable put 0 data in but not add fix: CTable put 0 data in but not add #357 May 26, 2023
@birariro birariro changed the title fix: CTable put 0 data in but not add #357 fix: CTable put 0 data in but not add May 26, 2023
It allows to pass empty empty column using null
@mrholek mrholek merged commit 2b36377 into coreui:main Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CTable with 0 number
2 participants