Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V9 Roadmap #18

Closed
13 tasks done
nzbin opened this issue Dec 3, 2019 · 19 comments
Closed
13 tasks done

V9 Roadmap #18

nzbin opened this issue Dec 3, 2019 · 19 comments

Comments

@nzbin
Copy link
Member

nzbin commented Dec 3, 2019

  • Schematics Support
    • ng add
    • ng generate
    • ng update (unavailable)
  • Material Extentions
    • Alert
    • Checkbox Group
    • Color Picker
    • Data Grid
    • Dialog
    • Progress
    • Select
  • Internationalization (i18n)
@nzbin nzbin pinned this issue Dec 3, 2019
@nzbin nzbin changed the title Roadmap [V1] Roadmap Dec 3, 2019
@ram16g
Copy link

ram16g commented Dec 6, 2019

Upgrade to Angular 9.0 :)

@nzbin
Copy link
Member Author

nzbin commented Dec 9, 2019

Upgrade to Angular 9.0 :)

Of course, waiting for the 9.0 version.

@saurabh1234
Copy link

Which version Internationalization support will come ?

@bilelkh
Copy link

bilelkh commented Dec 22, 2019

Internationalization i18n ??

@nzbin
Copy link
Member Author

nzbin commented Dec 24, 2019

@saurabh1234 @bilelkh I will add the feature as soon as possible.

@saurabh1234
Copy link

saurabh1234 commented Jan 2, 2020

I have a query regarding your advanced table. You have a image type supported and you have an example like following

   {
      title: 'Owner Avatar',
      index: 'owner.avatar_url',
      type: 'img',
    },

I have an example like following but it's not working. Was wondering if index property supports array index object resolution also.

        {
          "title": "Media",
          "index": "media[0].filepath"
        }

@nzbin
Copy link
Member Author

nzbin commented Jan 7, 2020

I have a query regarding your advanced table. You have a image type supported and you have an example like following

   {
      title: 'Owner Avatar',
      index: 'owner.avatar_url',
      type: 'img',
    },

I have an example like following but it's not working. Was wondering if index property supports array index object resolution also.

        {
          "title": "Media",
          "index": "media[0].filepath"
        }

I will test it, maybe it's a bug. Please submit an issue on Extensions.

@nzbin
Copy link
Member Author

nzbin commented Jan 11, 2020

@saurabh1234 I have test the mtx-grid, for your question, you can use media.0.filepath

@TejasCMehta
Copy link

Upgrade to Angular 9.0 :)

Of course, waiting for the 9.0 version.

Angular 9, released @nzbin 💯

@saurabh1234
Copy link

saurabh1234 commented Feb 9, 2020

Any rough date when Angular 9 will be included ? Many thanks :)

@nzbin
Copy link
Member Author

nzbin commented Feb 11, 2020

@saurabh1234 Maybe this week

@nzbin nzbin changed the title [V1] Roadmap [V9] Roadmap Mar 11, 2020
@nzbin
Copy link
Member Author

nzbin commented Mar 14, 2020

v9 has released!

@saurabh1234
Copy link

Wow!. many thanks.

@fmayorgad
Copy link

¿Maybe you know why this messages appears?
is not a known element:

  1. If 'breadcrumb' is an Angular component, then verify that it is part of this module.
  2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

@VinitVishwanathan
Copy link

VinitVishwanathan commented Apr 1, 2020

Hi,
In the basic datatable how to make the checkbox checked according to the data we receive from API
For Example : there are 10 row and 1 checkbox should be checked on load.
How to do that?

title: 'Select',
index: 'select',
type: 'checkbox',
fixed: 'left',
width: '30px',
checked: true,

I tried checked = true, adding condition in iif
Please guide

@nzbin
Copy link
Member Author

nzbin commented Apr 1, 2020

¿Maybe you know why this messages appears?
is not a known element:

  1. If 'breadcrumb' is an Angular component, then verify that it is part of this module.
  2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.

Check if the breadcrumb importing in shared module

@nzbin
Copy link
Member Author

nzbin commented Apr 1, 2020

Hi,
In the basic datatable how to make the checkbox checked according to the data we receive from API
For Example : there are 10 row and 1 checkbox should be checked on load.
How to do that?

title: 'Select',
index: 'select',
type: 'checkbox',
fixed: 'left',
width: '30px',
checked: true,

I tried checked = true, adding condition in iif
Please guide

I hope you can ask in extensions issues, many thanks.

@nzbin
Copy link
Member Author

nzbin commented Apr 1, 2020

Please don't ask in this issue. I will close this issue as the V9 had released.

@ng-matero ng-matero locked as off-topic and limited conversation to collaborators Apr 13, 2020
@nzbin
Copy link
Member Author

nzbin commented Apr 15, 2020

@saurabh1234 @bilelkh Internationalization has supported.

@nzbin nzbin closed this as completed Apr 15, 2020
@nzbin nzbin unpinned this issue May 3, 2020
@nzbin nzbin changed the title [V9] Roadmap V9 Roadmap Aug 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

7 participants