akveo / akveo/ng2-smart-table

checkbox doesn't work in ng2-smart-table

オープン
#113 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
1.6k
フォーク
867
PR マージ指標
30日以内にマージされた PR はありません

説明

To add checkbox inside ng2-smart-table, I added the following code. But I found this checkbox inside ng2-smart-table cannot be clicked or changed to checked. If I put it outside of the ng2-smart-table, it can be clicked or changed to checked. What's wrong?

`import { DomSanitizer } from '@angular/platform-browser';`
...
`constructor(private _sanitizer: DomSanitizer) { }`
...
`public settings = {`
` columns: {`
` checkbox: {`
` title: 'Check Box',`
` type: 'html',`
` valuePrepareFunction: (value) => { return this._sanitizer.bypassSecurityTrustHtml(this.input); },`
` filter: false`
` },`
` }`
`};`
...
`public input: string = '/input>';`

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。