-
Notifications
You must be signed in to change notification settings - Fork 27
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
create custom CellRenderer for boolean columns #483
Labels
Comments
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 7, 2023
- also adds this renderer as the default for boolean columns in case no renderer is specified.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 7, 2023
- also adds this renderer as the default for boolean columns in case no renderer is specified.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 7, 2023
- also adds this renderer as the default for boolean columns in case no renderer is specified.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 7, 2023
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 7, 2023
- also adds this renderer as the default for boolean columns in case no renderer is specified.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 7, 2023
- also adds this renderer as the default for boolean columns in case no renderer is specified.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 8, 2023
- also adds this renderer as the default for boolean columns in case no renderer is specified.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 8, 2023
- also reverts the addition of prices column in simul instruments table in the previous commit.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 8, 2023
- also adds this renderer as the default for boolean columns in case no renderer is specified.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 8, 2023
- also reverts the addition of prices column in simul instruments table in the previous commit.
junaidzm13
added a commit
to junaidzm13/vuu
that referenced
this issue
Dec 8, 2023
- also reverts the addition of prices column in simul instruments table in the previous commit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
default implementation renders boolean values as simple strings "true", "false"
create a graphical cell renderer that renders a checkbox.
The text was updated successfully, but these errors were encountered: