Adding a setFilterSlidedownColumn settings... #1241
dgillier
started this conversation in
Feature Requests
Replies: 3 comments 3 replies
-
Did I add in a set filter slide down column function?
If not, I'll add it in.
Otherwise, it uses this order of the filters in your filters() to determine the order.
Sent from Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: dgillier ***@***.***>
Sent: Saturday, June 3, 2023 2:12:26 PM
To: rappasoft/laravel-livewire-tables ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [rappasoft/laravel-livewire-tables] Adding a setFilterSlidedownColumn settings... (Discussion #1241)
Hello,
Will be great to pick in which column a filter is displayed...
For exemple to stack up two selects in a column while a multiselect is using a lot of space in a previous column.
This cannot be done with the current setFilterSlidedownRow...(or maybe I'm missing something)
[Screenshot 2023-06-03 at 15 08 45]<https://user-images.githubusercontent.com/37960204/243094181-137ad114-d050-4a27-afa6-7bc022960543.png>
Thanks for considering :)
Denis
—
Reply to this email directly, view it on GitHub<#1241>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AZATUOUZ3TOBM7W7SIMMBCLXJMZ3VANCNFSM6AAAAAAYZJGJKE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
hummm, yeah did not think about that... One option is to do something similar as col-start-x... or maybe to use css 'columns 'instead of 'grid' which make it easier to do 'masonry' style. What do you think ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Still thinking this one through and how best to do it If it was just tailwind it'd be easy enough, but having to try and think of an efficient way for both tailwind and bootstrap 4+5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Will be great to pick in which column a filter is displayed...
For exemple to stack up two selects in a column while a multiselect is using a lot of space in a previous column.
This cannot be done with the current setFilterSlidedownRow...(or maybe I'm missing something)
Thanks for considering :)
Denis
Beta Was this translation helpful? Give feedback.
All reactions