Jin

Results 35 comments of Jin

No sir, multi lines has not supported yet

Not sure I understand your question, are you asking about 2 bellow char ![image](https://user-images.githubusercontent.com/2279508/132981942-4cc4c602-a36d-475e-9a12-ef75470dcd43.png) you can set column padding (space left and right of column) using `WithPaddingLeft` and `WithPaddingRight` another...

It's because it has fallback from `CharMapDefinition`, but char on `CharMapDefinition` is empty I will try to open a toggle to block the fallback

hi @michalfita , ConsoleTableExt treat all values as string, so it does not discriminate "number" or "string" but ConsoleTableExt also has a feature which give us define which columns we...

Support the feature is not too hard, but we will need to check every values in the table to verify if value is a "number" or not, this will cause...

Thank you for your PR, but old code was designed to not only work with .net 5 but also work with .net framework 3.5, .net framework 4.5... ![image](https://user-images.githubusercontent.com/2279508/115476287-ced1fa00-a26b-11eb-8b59-e58dca2fd1ab.png) So at...

hello @volkanceylan any news for this issue please

manual resolved by using this code ```javascript this.form.ServiceId.element.on('change', ()=> { var serviceId = this.form.ServiceId.value; if (Q.isEmptyOrNull(serviceId)) { this.setServiceDetails({}); return; } Services.ServicesService.Retrieve({ EntityId: serviceId }, res => { this.setServiceDetails(res.Entity); }); });...

Thank you for your help, @rasmus Because your ideas are not simple so I think I will need time to research them, thank you again!

@rasmus This framework is hard for me, can you show me how to send command with table value type.