SmartAdmin is a bootstrap web application that provides a suite of widgets and components for administration and dashboard systems.
Questions tagged [smartadmin]
63 questions
0
votes
1 answer
Datatables: responsive doesn't work with pagination
I ran into a problem that when opening tables(datatables) on a mobile device, "responsive"does not work. It works on the first page of the pagination, but when I switch to other (2, 3, 4, etc.) pages, the function is not available.
You can try it…

Fedor14
- 13
- 1
- 2
0
votes
1 answer
how to set permission using @can @endcan in config.ui using php laravel?
i'm overhandle a system using laravel and SmartAdmin UI as the admin panel. i have implemented roles and permission in my system.
if i'm using usual blade like index.blade.php, i can configured the permission using @can, like…

ezles88
- 159
- 1
- 12
0
votes
1 answer
FontAwesome 5 Using Bootstrap Checkbox in SmartAdmin Template
I am using the SmartAdmin v1.9.1 template with Angular 5. It came with FontAwesome v4.7.3 Pro, and it uses Bootstrap v3.3.6. I have upgraded FA to v5.10.0, using npm install --save-dev @fortawesome/fontawesome-free.
My question is not a duplicate of…

BobC
- 353
- 2
- 5
- 17
0
votes
1 answer
Trying to add a component to smart admin
I'm working on an already working website which was built using Smart Admin template.
I'm trying to add a component to the dashboard as a first step.
Here are the commands and steps I followed:
-Command line:
ng g module test --routing
cd test
ng g…

Elie
- 1
- 1
0
votes
1 answer
How to register bundles properly?
I added devexpress to my smartadmin mvc5 project. When I run the application I get an error on the browser console that some libraries are not defined. Checking the Application_Start class and the smartadmin and devexpress bundles are being added.…

bat man
- 33
- 4
0
votes
0 answers
ChangeDetectorRef.detectChanges() working for the first time when given in ngAfterViewChecked
I am working on a Angular 4 application that uses smartadmin template. I have a popup inside ng-formly.
That popup is rendering a form using repeated section. On popup button click an error is beeing…

Loisy
- 1
0
votes
0 answers
Jarvis Widget inside a VueJS Component
I am working on a Laravel 5.7 application, that has a view with a Jarvis Widget [http://data.edwardsaquifer.org/widgets.php] inside of a VueJS component. However, I can't seem to get the Jarvis widget to function while wrapped within the Vue…

VerySeriousSoftwareEndeavours
- 1,713
- 3
- 31
- 57
0
votes
1 answer
Unable to set skin manually provided by smartadmin
I am using angular version of smartadmin in which by default 5 skins comes with it. Dark Elegance, Ultra White, Google Pixel etc. I want to set the skin manually from the code because I don't need that settings button on the right of my web…

Rishikesh Dehariya
- 99
- 2
- 11
0
votes
2 answers
retrieving selected option from select2 in smartadmin
I am using smartadmin angular template. In one form , I am using select2 which is already present as a directive in smartadmin.
import {Directive, ElementRef, OnInit} from '@angular/core';
import {addClassName, removeClassName} from…

Yash Jain
- 752
- 1
- 12
- 34
0
votes
1 answer
assigning css property to parent, not to child
In my application, I am using bootstrap-tagsinput angular version (in smartadmin) which looks like this
code for bootstrap input tag:

Yash Jain
- 752
- 1
- 12
- 34
0
votes
1 answer
Datatable not refreshing on save
I want my table to refresh on save click, it's working for normal table with *ngFor, but I'm using Smartadmin angular template. I think the solution may be related to table.ajax.reload() , but how do i execute this in angular…

Darvin Kumar
- 123
- 2
- 8
0
votes
2 answers
$.SmartMessageBox is not a function
I'm implementing the smart message box from SmartAdmin in my Angular 5 project. I'm getting the error that SmartMessageBox is not a function in jquery.
I didn't find a solution on stack overflow, the rest of the internet nor in the SmartAdmin…

Janneman96
- 374
- 1
- 8
- 24
0
votes
0 answers
Vue Object does not allow datepicker Calendar to pop up
And I am trying to integrate my vue.js into the framework and facing some peculiar issues.
I have the following html

Siddharth
- 9,349
- 16
- 86
- 148
0
votes
2 answers
External jQuery Library in typescript file
i am working on an Asp.net MVC project with Smartadmin theme and Typescript with JQuery typings for Dom manipulation, there is a jquery library called SmartMessageBox for prompt messages ,is there an easy way to use this library inside my typescript…

Mohammed Hady
- 35
- 4
0
votes
1 answer
Locally defined JavaScript Functions works in All Page
I am using PHPAjax Version of SmartAdmin Template,
in which i am writing some script for specific page,
$(document).on('change', '#vehicle_id', function(){
var vehicle_id = $('#vehicle_id').val();
var url = '

Nirav Parmar
- 148
- 11