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

allow to customize your table column for each field type #206

Merged
merged 1 commit into from
Nov 12, 2023

Conversation

atmonshi
Copy link
Member

this allow to customize your table column for each field type

this allow to customize your table column for each field type
@atmonshi atmonshi merged commit 1045fc0 into 2.x Nov 12, 2023
2 of 3 checks passed
@atmonshi atmonshi deleted the add-table-column branch November 12, 2023 20:18
Copy link

what-the-diff bot commented Nov 12, 2023

PR Summary

  • Addition of New Classes
    This PR introduces a number of new classes (Filament\Tables\Columns\Column, Filament\Tables\Columns\TextColumn, Illuminate\Database\Eloquent\Builder and LaraZeus\Bolt\Models\Response) that enhance the functionality and improve the structure of our codebase.

  • New TableColumn Method
    A new method called TableColumn has been introduced. This method generates a new instance of TextColumn, fitted with various configurations, proving to be a valuable resource in managing data display settings in our tables.

  • New getFieldResponseValue Method
    We've added a new method called getFieldResponseValue. This method is designed to retrieve the value of a specific response field, based on a record and field details. This enhancement greatly simplifies data handling and extraction, ensuring precise and reliable information retrieval.

@atmonshi atmonshi restored the add-table-column branch November 12, 2023 22:20
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