DJ SneezyCheese
DJ SneezyCheese
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
I can try that - thanks 💯
17 replies
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
(in app.css)
17 replies
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
sorry for the delayed reply - I've tried these approaches:
/* Hide "This page" row in table summaries */
- tr.fi-ta-summary-row:has(span.fi-ta-summary-row-heading:contains("This page")) {
- display: none;
- }
-
- /* Hide "This page" row in table summaries */
- .fi-ta-row.fi-ta-summary-row:has(
- > td > span.fi-ta-summary-row-heading:contains("This page")
- ) {
+ /* Hide "This page" row while keeping "All carriers" row */
+ .fi-ta-summary-row td span.fi-ta-summary-row-heading:not(:contains("All carriers")) {
display: none;
}
/* Hide "This page" row in table summaries */
- tr.fi-ta-summary-row:has(span.fi-ta-summary-row-heading:contains("This page")) {
- display: none;
- }
-
- /* Hide "This page" row in table summaries */
- .fi-ta-row.fi-ta-summary-row:has(
- > td > span.fi-ta-summary-row-heading:contains("This page")
- ) {
+ /* Hide "This page" row while keeping "All carriers" row */
+ .fi-ta-summary-row td span.fi-ta-summary-row-heading:not(:contains("All carriers")) {
display: none;
}
/* Hide "This page" row in table summaries */
+ .fi-ta-summary-row:first-of-type {
display: none;
}
/* Hide "This page" row in table summaries */
+ .fi-ta-summary-row:first-of-type {
display: none;
}
/* Hide "This page" row in table summaries */
+ .fi-ta-summary-row:has(.fi-ta-summary-row-heading) td:first-child:not(:has(.fi-ta-summary-row-heading:contains("All carriers"))) {
display: none;
}
/* Hide "This page" row in table summaries */
+ .fi-ta-summary-row:has(.fi-ta-summary-row-heading) td:first-child:not(:has(.fi-ta-summary-row-heading:contains("All carriers"))) {
display: none;
}
17 replies
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
Out of curiosity - I am failing to accomplish this CSS edit - what am I not understanding? :facepalm: sorry!
17 replies
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
All good - thanks either way!
17 replies
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
Thank you - I will pitch this idea to my leadership. A workaround is better than no solution. 🔥 You rule.
17 replies
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
To be clear I am trying to hide "This page" row and related summaries from the summarizer.
17 replies
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
I apologize - I'm not understanding the implementation suggested here.
17 replies
FFilament
Created by DJ SneezyCheese on 12/3/2024 in #❓┊help
How can I disable the "This page" row on the summarizer?
Bump, for great justice
17 replies
FFilament
Created by DJ SneezyCheese on 11/11/2024 in #❓┊help
Exporter keeps returning empty file
Heh, I had to put it in a relation manager so it would return the data from there. I'm dumb. Case closed! 💗
3 replies
FFilament
Created by DJ SneezyCheese on 10/18/2024 in #❓┊help
Create & Add another button is closing the relation manager modal
Bump
15 replies
FFilament
Created by DJ SneezyCheese on 10/18/2024 in #❓┊help
Create & Add another button is closing the relation manager modal
when I ran composer update I got the attached output. I also ran the 2nd provided command which yielded successful output. On testing after this I received the same behavior as shown in the attached video. Where do I go from here?
15 replies
FFilament
Created by DJ SneezyCheese on 10/18/2024 in #❓┊help
Create & Add another button is closing the relation manager modal
I'm not even sure where to begin - would I be able to provide a few relevant files here perhaps? Or if you have a good suggestion of direction for me I will start going in that direction 🙏🏼
15 replies
FFilament
Created by DJ SneezyCheese on 10/18/2024 in #❓┊help
Create & Add another button is closing the relation manager modal
Also THANK YOU so much for your help so for and for your contributions to the community
15 replies
FFilament
Created by DJ SneezyCheese on 10/18/2024 in #❓┊help
Create & Add another button is closing the relation manager modal
Filament .....................................................
Packages ..... filament, forms, notifications, support, tables
Version ............................................. v3.2.115
Views ..................... PUBLISHED: filament, notifications
Filament .....................................................
Packages ..... filament, forms, notifications, support, tables
Version ............................................. v3.2.115
Views ..................... PUBLISHED: filament, notifications
15 replies
FFilament
Created by DJ SneezyCheese on 10/18/2024 in #❓┊help
Create & Add another button is closing the relation manager modal
I apologize I'm still Junior level so I am still understanding here - I ran composer update and nothing was available to update. Not aware of what best steps would be from here.
15 replies
FFilament
Created by DJ SneezyCheese on 10/18/2024 in #❓┊help
Create & Add another button is closing the relation manager modal
No it is not 🤔
15 replies
FFilament
Created by DJ SneezyCheese on 10/18/2024 in #❓┊help
Create & Add another button is closing the relation manager modal
Bump
15 replies
FFilament
Created by DJ SneezyCheese on 9/30/2024 in #❓┊help
Database notifications in database but not rendering on page
Figured it out - was missing sendToDatabase() because I'm a dummy - Thank you!!!
6 replies
FFilament
Created by DJ SneezyCheese on 9/30/2024 in #❓┊help
Database notifications in database but not rendering on page
It was already set to that - thank you 🙏🏼 Anything else I can check?
6 replies