dattakugve
dattakugve
Hi , Does this plugin support bootstrap 4 and Jquery 3. After upgrading to jquery 3 and bootstrap 4 I treegrid is not showing collapse icons
Hi TreeSelect is not rendering properly despite importing all the styles. Below is my code import 'rc-tree-select/assets/index.less'; import TreeSelect from 'rc-tree-select'; ``` function App() { const data = [{ label:...
Hi , I am using Vaading 8 and vaadin spreadsheet version 2.0.1. I am loading spreadsheet inside a CustomLayout. `CustomLayout customAllocationSpreadsheet = new CustomLayout("modelinput/cost-allocation-spreadsheet"); this.addComponent(customAllocationSpreadsheet); Spreadsheet spreadsheet = new Spreadsheet();...