Ngx-datatable: checkbox not show

Created on 29 Aug 2017  Â·  5Comments  Â·  Source: swimlane/ngx-datatable








I'm submitting a ... (check one with "x")

[ x] bug report => search github for a similar issue or PR before submitting
[ x] feature request
[ x] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior

Expected behavior

Reproduction of the problem

What is the motivation / use case for changing the behavior?

Please tell us about your environment:

Angular version:4.3.3
Affects all checkbox not show, and other form checkbox...

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

  • Language: [all | TypeScript 2.4.2 | ES5]

Most helpful comment

Delete the followng css present at top of the file @swimlane/ngx-datatable/release/themes/material.css in node modules
input[type="checkbox"], input[type="radio"] { display: none; }

All 5 comments

same issue

ngx-datatable : 10.2.0
TypeScript : 2.4.2

this problem Affects all of the checkbox components。
all page , all checkbox not show!!

ngx-datatable : 10.2.0
TypeScript : 2.4.2

Delete the followng css present at top of the file @swimlane/ngx-datatable/release/themes/material.css in node modules
input[type="checkbox"], input[type="radio"] { display: none; }

Thank you!

Many thanks, was a showstopper

Was this page helpful?
0 / 5 - 0 ratings