aurelia-table icon indicating copy to clipboard operation
aurelia-table copied to clipboard

Table don't completely show if field valueto filter is null

Open behel33 opened this issue 6 years ago • 0 comments

My data look like let dataList = [{ id: 1, name:'toto', companyName :'Toto SARL' }, { id:0, name:'titi', companyName : null }], { id: 1, name:'tutu', companyName :'Tutu SARL' }; Il I use filter filters = [ { value: '', keys: ['name', 'companyName '] } ]; my table : `

${name} ${companyName}
` Then I see only the first line ! If i replace null by '' I see the 3 lines ! Can'you do something ?

behel33 avatar Sep 26 '18 12:09 behel33