Hi sir Good day,
Can ask sir if you can add column resizable ,
Thank you Sir
Hi @LeoKi, if you use the template provided when you create the issue, it'll help avoid me having to ask you a bunch of questions regarding your request.
What do you mean by column resizable? do you mean for users to be able to resize the columns by dragging an edge? or you being able to resize the column in your code?
for the latter, you can use column property width: '200px'.
the former is not supported with vue-good-table.
Hello sir
I mean about resizable is, the user can drag and drop the size of column,
Anyway sir thank you ill use width for sizing.
Thank you sir
On 4 Apr 2018 7:43 PM, "xaksis" notifications@github.com wrote:
Hi @LeoKi https://github.com/LeoKi, if you use the template provided
when you create the issue, it'll help avoid me having to ask you a bunch of
questions regarding your request.What do you mean by column resizable? do you mean for users to be able to
resize the columns by dragging an edge? or you being able to resize the
column in your code?for the latter, you can use column property width: '200px'.
the former is not supported with vue-good-table.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/xaksis/vue-good-table/issues/226#issuecomment-378571380,
or mute the thread
https://github.com/notifications/unsubscribe-auth/Ah55i0qj7cBCzuWF1zos_oMTk7UAP9cHks5tlLHLgaJpZM4TGGuv
.
It work like this.
columns: [
{
label: 'Document Number ',
field: 'documentNumber',
width: '120px'
},
...
@LeoKi can we add custom style or css class on each column.
ror E.g.
columns: [
{
label: 'Document Number ',
field: 'documentNumber',
width: '120px'
cssClass: 'classname' // or
style: 'your style goes here'
} ,
...
ahehe.. thank you sir...
there some user like to use a resizable column like excel cols . it can be resize. but i stop looking the solution. ill stick it with the current version of this.
thank you
Jochii12 Did you find a solution? I have the same problem. I want that td of my table will be resizable
@Hego2017 unfortunately sir i didn't find a solution for re sizable column. but there is a pure js table column re sizable .
Jochii12 , ok, I suppose that we can do it with Javascript. Thanks!
Most helpful comment
Hello sir
I mean about resizable is, the user can drag and drop the size of column,
Anyway sir thank you ill use width for sizing.
Thank you sir
On 4 Apr 2018 7:43 PM, "xaksis" notifications@github.com wrote: