-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Cannot customize column header styles #142
Labels
Comments
This is done. It will be in version 1.12.0. How to use?:
<MaterialTable
columns={[
{ title: 'Adı', field: 'name', headerStyle: {color: 'red', fontSize: 24} },
{ title: 'Soyadı', field: 'surname' },
{ title: 'Doğum Yılı', field: 'birthYear', type: 'numeric' },
{ title: 'Doğum Yeri', field: 'birthCity', lookup: { 34: 'İstanbul', 63: 'Şanlıurfa' } }
]}
data={this.state.data}
title="Demo Title"
options={{
headerStyle: {color: 'green'}
}}
/> |
Please confirm when this new version (1.12.0.) will be released ? |
Hi @kaleshasheik , I think tomorrow it will be released. |
Fantastic. Thanks Mehmet
On Tue, Jan 8, 2019 at 8:32 AM Mehmet Baran ***@***.***> wrote:
Hi @kaleshasheik <https://github.com/kaleshasheik> ,
I think tomorrow it will be released.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#142 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIva_fy2VS8qlccrjreWDc7qd59xwOWIks5vBMgKgaJpZM4Zyk5x>
.
--
Anand Swaminathan
|
v1.12.0 published. You can upgrade. |
1 similar comment
v1.12.0 published. You can upgrade. |
Thank you. |
FalkF
pushed a commit
to FalkF/material-table
that referenced
this issue
May 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that I cannot customize the column header font or any other styles for the column header. Would it be possible to address that as a component, so that I can style it for fonts, background color etc. etc.
The text was updated successfully, but these errors were encountered: