Skip to main content

Questions tagged [core-ui]

CoreUI is an open source Vue, React, Angular & Bootstrap 4 based admin template.

core-ui
0 votes
0 answers
14 views

Incombatibility isuues between Angular 14 (es2020) and Coreui/Angular

While upgrading to Angular 14 was successfull, when I tried to build the project I got an error TS2318: Cannot find global type 'BigInt. I updated the lib of tsconfig.json to es2020 from es2017 and ...
Andreas's user avatar
0 votes
0 answers
24 views

Add selectAll option to Core UI multi-select

I have a Core UI multi select implemented this way: <select class="form-multi-select" id="referrerMultiSelect"></select> Then in js: const referrerMultiSelect = ...
Vaxo Basilidze's user avatar
0 votes
1 answer
45 views

How can I solve node-gyp version problem at Coreui Project?

I'm working at vue/coreui project that needs libraries like npm, node-sass, node-gyp. But when I'm installing node packages, I'm getting error like below. We are also using python3.11. I didn't solve ...
RCeyda 's user avatar
  • 123
1 vote
1 answer
32 views

Window is not defined with Angular SSR and coreui

I'm currently trying to add a carousel to my angular 17 app with SSR. The carousel I'm trying to add is the first one of this page : https://coreui.io/angular/docs/components/carousel I'm new to ...
user24824026's user avatar
0 votes
1 answer
115 views

CoreUI React + Tailwind compatibility

I'm currently working with a CoreUI React template, I started from their github repo. But I also want to use Tailwind, so I installed it by following the usual way : npm install autoprefixer postcss ...
10YAR's user avatar
  • 1
1 vote
1 answer
178 views

coreui - How do I create a Logout link (with icon) at the footer (CSidebarFooter) of the sidebar properly ? (in React) Collapse/Expand issue

In coreui for React, How do I create a Logout link (with icon) at the footer of the sidebar properly ? (in React) I want so that when sidebar expanded, it should have icon and text. and when side bar ...
Axil's user avatar
  • 3,211
-1 votes
2 answers
53 views

Event on angular didn't work on datepicker

I would like to change my endDate same as startDate on date picker when I change startDate but when I create event on startDate button and change Date on startDate it didn't work (I use date picker ...
karasu's user avatar
  • 1
0 votes
0 answers
20 views

Core Ui CDateRangePicker calendars bug

calendars={2} is set by default, but in certain cases, for some reason, only one calendar is displayed. Component CDateRangePicker. How can I fix this?enter image description here how to make sure ...
Dezl's user avatar
  • 1
0 votes
0 answers
23 views

CModal of @coreui/react closing when clicking on the scrollbar

I'm using coreui/react CModal to display an alert box. The problem that i have is that when i deminish the window size, i need to use the scrollbar to see all the content of the alert box, and when i ...
ta7foun's user avatar
  • 99
1 vote
1 answer
93 views

Core ui react sidebar disappearing after clicking inside window and resizing

I have used CoreUI to create a sidebar for my react project <CSidebar style={vars} className="show"> <CSidebarBrand className="sidebar_brand" onClick={() =&...
Thomas Michaelides's user avatar
0 votes
1 answer
103 views

How can I install the coreui template dashboard and only apply the styles to the dashboard component

I have a big app that has its own styles and a ton of components. I downladed the CoreUi dashboard template to make my own dashboard, so im using their custom components to print some data from the ...
Alejandro's user avatar
0 votes
0 answers
51 views

ReferenceError: process is not defined using CRA and CoreUI

I have a NodeJS app I built using Create React App, which uses the CoreUI library. Ever since I updated CoreUI from version 3.4.2 to 4.x, the app crashes with this error: process is not defined ...
mrbranden's user avatar
  • 990
1 vote
1 answer
88 views

Angular core ui multiselect don't get selected value by default

I am using Angular multiselect: https://coreui.io/angular/docs/forms/multi-select but, in my UI, the options are not selected that matched with the value from API. Here is component.ts file: import { ...
user1896653's user avatar
  • 3,297
0 votes
0 answers
268 views

How can Core UI React Smart Table render the correct button and modal after pagination or filtering?

Illustrated below is the Core UI Pro Smart Table at render all buttons function as expected. Now if anything at all changes i.e. you filter the table searching for a specific product or you click to ...
Colton Wagner's user avatar
0 votes
0 answers
38 views

CButton in scopedSlots of CDatatable Rendering Twice

I'm trying to display some data using the CoreUI library. The issue I'm having is that the button I'm making as a scopedSlot is being created twice - once in the correct place and again on the next ...
jjcurrado's user avatar

15 30 50 per page
1
2 3 4 5
16