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

4001 - Add initial header styles #4100

Conversation

yaguzmang
Copy link
Contributor

@yaguzmang yaguzmang commented Nov 8, 2024

image

Coming in next PR:

  • Tooltips fix. Currently DataCell doesn't show html tooltips.
  • Calculated cells styling

@yaguzmang yaguzmang self-assigned this Nov 8, 2024
@yaguzmang yaguzmang requested a review from minotogna November 8, 2024 23:00
@yaguzmang yaguzmang marked this pull request as ready for review November 8, 2024 23:01
.table__grid {
font-size: $font-s;
line-height: 19px;
overflow-x: auto;
width: 100%;

.data-cell {
Copy link
Member

Choose a reason for hiding this comment

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

Better to add their own css file and with prefix . Eg table-grid__ ... and rename the table__grid to table-grid .
We isolate the style and don't create a big file here .
What do u think ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. Added 👍

@mergify mergify bot merged commit f9592fc into 4001-datatable-use-datagrid Nov 11, 2024
5 checks passed
@mergify mergify bot deleted the 4001-datatable-use-datagrid-header-cell-styles branch November 11, 2024 15:39
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.

2 participants