getkirby / ideas

This is the backlog of ideas and feature requests from the last two years. Use our new feedback platform to post your new ideas or vote on existing ideas.
https://feedback.getkirby.com
20 stars 0 forks source link

Multiple columns in k-lists #578

Open hdodov opened 4 years ago

hdodov commented 4 years ago

Sometimes, it doesn't make sense for Kirby to have such long list items:

image

It's just wasted space. This can be a problem when you have lots of entries. You can use cards, but even at size: tiny, they occupy too much space. I'd like to have the option to list items like this:

image

If I have a full-width pages field, it would even make sense to have 3 columns. It'd be nice to have this option on everything that displays a list. Something like this would be ideal:

sections:
  published:
    type: pages
    status: listed
    columns: 2
afbora commented 4 years ago

I tried to implement this feature. I caught the look successfully but i've learned that column-count doesn't support position: absolute for dropdown menu of items (when click to three dots).