-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Bug Report] v-data-table does not display boolean values #8554
[Bug Report] v-data-table does not display boolean values #8554
Comments
You can use template with v-slot prop inside data table. |
I got this same issue, boolean used to display properly after upgrade not I tested with both True and False, same result. |
Please give example how one would use v-slot to solve this? |
|
Thank you! Works like a charm. |
* fix(VDataTable): display non-string item values fixes #8554 * fix: display empty cell for null/undefined * test: update snapshots
Environment
Vuetify Version: 2.0.7
Last working version: 1.5.17
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.100
OS: Windows 10
Steps to reproduce
Took codepen from your documentation (first example) and changed a couple values for the "fat" property to true or false, and nothing displays in those rows for the Fat column.
Expected Behavior
If you take the 1.5.17 version of the first codepen in documentation and do the same thing, "true" or "false" shows up.
Actual Behavior
nothing displays in those rows for the Fat column.
Reproduction Link
https://codepen.io/swaterhouse/pen/jONqzyX?&editable=true&editors=101
The text was updated successfully, but these errors were encountered: