cancel
Showing results for 
Search instead for 
Did you mean: 

How to create custom list view in MDK with the help of Extension

0 Kudos

Hi Everyone,

I am using Object table for list view but it is restricted to filelds we can't add more than below fields:

Footnote, Subhead,SubstatusText, Title,Description etc.

But our requirement is I need to show 8 fields in list view with proper alignment without showing dots(...) when fields lengh is long.

I think for that I need to use extension but how to use extension for custom list view in mdk .and what is required for that ?

Is android development required for that ? How to do it in android ? Anyone can tell me in details for android It will be very helpful.

Thanks,

Sani

View Entire Topic
0 Kudos

Hello Sani,

For extra extentions you need to design screen in native script and and after that you can add that in mdk app using extentions.

0 Kudos

Hi Shree,

Could you please tell me how to create screen in nativescript or Is any document available for that ?