Hi,
I am using handsontable and I would like to show a table centered in the page or a div.
I have managed to do this by changing the css of the “.wtHider” div. However it’s not working with row headers.
CSS :
html {
body {
.handsontable {
font-size: 13px;
&.center {
.wtHider {
margin-left : auto;
margin-right : auto;
}
}
}
}
}
Centered without row headers :
Centered withrow headers :
Can you help me and say me how I can center my table please ?
Thanks a lot.
Antoine Duval.