Skip to content
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

Closed
heswell opened this issue Feb 1, 2023 · 0 comments
Closed

create custom CellRenderer for boolean columns #483

heswell opened this issue Feb 1, 2023 · 0 comments
Assignees
Labels
good first issue Good for newcomers UI user Interface

Comments

@heswell
Copy link
Contributor

heswell commented Feb 1, 2023

default implementation renders boolean values as simple strings "true", "false"

create a graphical cell renderer that renders a checkbox.

@heswell heswell added the good first issue Good for newcomers label Feb 1, 2023
@heswell heswell added the UI user Interface label Feb 16, 2023
@keikeicheung keikeicheung moved this to 🏗 In progress in Vuu board Dec 4, 2023
@junaidzm13 junaidzm13 self-assigned this Dec 4, 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 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 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.
heswell pushed a commit that referenced this issue Dec 8, 2023
* #483 add CheckboxCell renderer for boolean columns

- also adds this renderer as the default for boolean columns in
  case no renderer is specified.

* #483 small code clean-up and bug fix in vuu-data-test

- also reverts the addition of prices column in simul instruments
  table in the previous commit.
@junaidzm13 junaidzm13 moved this from 🏗 In progress to 🔖 Ready in Vuu board Dec 11, 2023
@junaidzm13 junaidzm13 moved this from 🔖 To be merged to 👀 To be tested in QA in Vuu board Dec 28, 2023
@naleeha naleeha moved this from 👀 To be tested in QA to ✅ Done in Vuu board Mar 1, 2024
@naleeha naleeha closed this as completed Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers UI user Interface
Projects
Archived in project
Development

No branches or pull requests

3 participants