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

Add badge option to column types #187

Closed
wants to merge 1 commit into from

Conversation

dahromy
Copy link

@dahromy dahromy commented Feb 13, 2025

Related to #166

Add badge option to various column types to display text as a badge.

  • BooleanColumnType:

    • Add badge option to configureOptions method.
    • Update buildValueView method to handle badge option.
  • TextColumnType:

    • Add badge option to configureOptions method.
    • Update buildValueView method to handle badge option.
  • DateTimeColumnType:

    • Add badge option to configureOptions method.
    • Update buildValueView method to handle badge option.
  • NumberColumnType:

    • Add badge option to configureOptions method.
    • Update buildValueView method to handle badge option.
  • LinkColumnType:

    • Add badge option to configureOptions method.
    • Update buildValueView method to handle badge option.
  • Documentation:

    • Add documentation for badge option in money.md.
    • Add documentation for badge option in enum.md.

For more details, open the Copilot Workspace session.

Related to Kreyu#166

Add badge option to various column types to display text as a badge.

* **BooleanColumnType**:
  - Add `badge` option to `configureOptions` method.
  - Update `buildValueView` method to handle `badge` option.

* **TextColumnType**:
  - Add `badge` option to `configureOptions` method.
  - Update `buildValueView` method to handle `badge` option.

* **DateTimeColumnType**:
  - Add `badge` option to `configureOptions` method.
  - Update `buildValueView` method to handle `badge` option.

* **NumberColumnType**:
  - Add `badge` option to `configureOptions` method.
  - Update `buildValueView` method to handle `badge` option.

* **LinkColumnType**:
  - Add `badge` option to `configureOptions` method.
  - Update `buildValueView` method to handle `badge` option.

* **Documentation**:
  - Add documentation for `badge` option in `money.md`.
  - Add documentation for `badge` option in `enum.md`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Kreyu/data-table-bundle/issues/166?shareId=XXXX-XXXX-XXXX-XXXX).
@dahromy dahromy closed this Feb 13, 2025
@dahromy dahromy deleted the add-badge-option branch February 13, 2025 07:04
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.

1 participant