Ng2-smart-table : Use datepicker format in the field
问题 Is there any probability that I can use datepicker format in the ng2-smart-table. jobSettings2: object = { columns: [ { displayName: "Job ID", valueAs: "JobID", align: "left", columnWidth: "", type: "text", required: true }, <ng2-smart-table id="tableID" class="table table-hover" [settings]="jobSettings" [source]="jobSource" (userRowSelect)="selectjobs($event)"></ng2-smart-table> 回答1: For data you can use npm install --save ng-pick-datetime , This provide many features to play with date. If