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

Implement mini layout #611

Merged
merged 7 commits into from
May 9, 2024
Merged

Implement mini layout #611

merged 7 commits into from
May 9, 2024

Conversation

megheaiulian
Copy link
Collaborator

Implement the mini mode for omnitable.

To activate it 2 things are required

  1. omnitable width below mini-breakpoint - defaults to 480px
  2. the mini attribute/property on any enabled column

The mini attribute can also be used to set the order of the columns like in a flex layout.
The first column with the mini attribute will be the main column in the mini layout. The other ones will be rendered below.

Developers can additionally control the render of a mini column using renderMini property

@megheaiulian megheaiulian merged commit 56b3348 into master May 9, 2024
3 checks passed
@megheaiulian megheaiulian deleted the feat/tweak-expand branch May 9, 2024 14:12
Copy link

github-actions bot commented May 9, 2024

🎉 This PR is included in version 13.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants