xidedix

Results 36 comments of xidedix

hi @fhlee74 [`CoreUI`](https://github.com/coreui/coreui-free-react-admin-template) is a standard [CRA](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md) React app. Therefore basic setup of `CoreUI` for `.NET Core 2.1` using `.Net Core 2.1 React project template` should be straightforward. __1. Prerequisites:__...

@ahmedsamirbek do you need to keep open other menu groups or to close them?

prop `columns: string|Column[]` |prop|type||notes |---|---|---|--- | key | string | *required* | Column name equal to the item key. | label | string | | Visible caption of column (auto-generated...

you can: 1. transform items array like ```js const newItems = items.map(item => { const name = item.first_name +' '+ item.last_name; return {...item, name} }) ``` or 2. set column...

@jgeagea, thanks for the clarification! We're considering implementing column header groups.

@gfoidl @mrholek what about ```js emit('click', props.href, mouseEvent) ``` args order?

@marcmaalouly - what's your version of `@coreui/icons` ? - what about update to `@coreui/[email protected]` ?

Misplaced `navbar-brand` IE issue has been fixed with `@coreui/coreui v2.0.10` Sidebar issue's not fixed yet

`@coreui/coreui v2.0.11` fixes sidebar gap issue at smaller viewport sizes