-
-
Notifications
You must be signed in to change notification settings - Fork 15
feat:[LAR-33] Add filament channel crud in cpanel with feature test #204
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
feat:[LAR-33] Add filament channel crud in cpanel with feature test #204
Conversation
->dateTime() | ||
->sortable() | ||
->toggleable(isToggledHiddenByDefault: true), | ||
Tables\Columns\TextColumn::make('updated_at') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas nécessaire. Rajoute plutôt le nombre total de threads que chaque channel possède. Et le tableau doit être un peu plus en accord avec ce qu'on en a BD. Tu affiches les channels parents et quand on déroule on voit les autres channels enfants
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dans le tableau il est possible de faire un tree?
car j'ai parcouru et je n'ai pas vue de solution dessus par contre dans un formulaire j'ai vue SelectTree de
https://filamentphp.com/plugins/codewithdennis-select-tree
…escription , remove blank space and add thread number columns and Edit create Test
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…0.1 (#193) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…204) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Stevy Endaman <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…204) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Stevy Endaman <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
No description provided.