Simar Jérémy
Simar Jérémy
I found something configuring the plugin in my main.js: aurelia.use .standardConfiguration() .plugin('aurelia-validation') .plugin('aurelia-dialog', config => { config.useDefaults(); // Center automatically (vertical/horizontal) the dialog config.cssText += "ux-dialog-container{display: flex;}ux-dialog-container>div{display: flex;flex: 1 1...
As a workaround: In the table.component.ts export abstract class TableComponent { @ViewChild('tableContainer') tableContainer: any; tableSelectedItem: any; public onChangeTable(config: any, page: any = {page: this.page, itemsPerPage: this.itemsPerPage}): any { // Your...
You can do your example without iteration: With columns: public columns:Array = [ {title: 'TITLE1', name: 'const'}, {title: 'TITLE2', name: 'eid'}, {title: 'TITLE3', name: 'rankValue'}, {title: 'TITLE4', name: 'similarilty'} ];...
As a workaround: In the table.component.ts export abstract class TableComponent { @ViewChild('tableContainer') tableContainer: any; tableSelectedItem: any; public onChangeTable(config: any, page: any = {page: this.page, itemsPerPage: this.itemsPerPage}): any { // Your...
Same issue here with Localstasck and presign urls. When I generate a presign for S3 Get/Put, the url has '&' char in it. So when I try to call il...