Closed barbedCoil closed 5 years ago
Hi @barbedCoil,
I am working on this issue. You will get the patch probably today..
Thanks.
Hi @barbedCoil,
Can you please update your package to new version?
Fixes:
In your column config, you can specify row_text_alignment
and column_text_alignment
Default : "text-center"
Other options : ["text-justify","text-right","text-left","text-center"]
...
{
label: "Email",
name: "email",
filter: {
type: "simple",
placeholder: "Enter email"
},
sort: true,
row_text_alignment: "text-left",
column_text_alignment: "text-left",
}
...
Thanks.
Will, do thanks!
First, great paged grid! Very fast loading and paging! I am looking to have a simple data set bound but I have a couple of questions about styling (see attached image as well):
Thanks for the hard work! Tab