0

I dont know how and where to import renderComponent: SmartTableDatepickerRenderComponent and component: SmartTableDatepickerComponent

startDate: {
      title: 'Start Time',
      type: 'custom',
      renderComponent: SmartTableDatepickerRenderComponent,
      width: '250px',
      filter: false,
      sortDirection: 'desc',
      editor: {
        type: 'custom',
        component: SmartTableDatepickerComponent,
      }
    },
kdmurray
  • 2,988
  • 3
  • 32
  • 47

3 Answers3

0

I would suggest you that please once check ant design framework at ant.design on google .I am also working on this. so in this you don't need create from scratch . this framework is very popular in china . and also my company is using this framework. if you will get any problem you can ask again. Thank you.

0

You can import SmartTableDatepickerRenderComponent component in current component file.

I have add one answer before this may help you.

Sachin Shah
  • 4,503
  • 3
  • 23
  • 50
-1

I dont know which concept we follow :

startDate:{
    title:"Start Date",
    filter: false,
    editor:{        
      type:datepicker
    },
  },
  EndDate:{
    title:"End Date ",
    filter: false,
  }

adding a datepicker in input field

nvoigt
  • 75,013
  • 26
  • 93
  • 142