Hi,
I have a dataview on which I’ve applied a seamless background image. The problem is that the dataview shows thin lines between its items and I can’t seem to figure out how to hide those. Anyone have any idea how to do it? Thanks!
Hi,
I have a dataview on which I’ve applied a seamless background image. The problem is that the dataview shows thin lines between its items and I can’t seem to figure out how to hide those. Anyone have any idea how to do it? Thanks!
Quick follow-up: I learned that if I do:
.webix_dataview_item { border : 0 }
…then I get no border between the items in the dataview like I want. Unfortunately, this of course applies to ALL dataviews in the app, and that’s not really what I want.
So the question I think is how can I apply this to just one dataview, or is there an option I’m missing to do this? (and the borderless option apparently doesn’t do it as I had hoped).
Hello,
You need to provide any custom CSS class to your borderless dataview. Please, check the snippet: https://webix.com/snippet/144e9c84
Perfect, thank you Helga! I knew it had to be a relatively simple bit of CSS but I just couldn’t quite work it out myself. Much appreciated!