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

Table View for Data Offers #369

Closed
wants to merge 1 commit into from
Closed

Conversation

SaadEGI
Copy link

@SaadEGI SaadEGI commented Jul 20, 2023

Related to [UI] Table view for Data Offers #142

.table th:nth-child(6),
.table td:nth-child(6) {
width: 10%;
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should use tailwind classes for such simple styles. All the above classes should be unnecessary

e.g. <table class="w-full table-fixed">
e.g. <th class="w-[30%] text-center">

}

.table th:nth-child(1),
.table td:nth-child(1) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Table cells don't need to be resized. The size hint on the table headers should be sufficient.

@richardtreier
Copy link
Collaborator

richardtreier commented Jan 18, 2024

implemented, reviewed and merged in #615

changes from this PR were incorporated there

@tmberthold tmberthold deleted the 142-ui-table-view-for-data-offers branch May 16, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Broker] [UI] Table view for Data Offers
2 participants