SmartAdmin is a bootstrap web application that provides a suite of widgets and components for administration and dashboard systems.
Questions tagged [smartadmin]
63 questions
-1
votes
1 answer
I want to change language of datatable dynamically without reloading the page ,
onLangChange(langObj) {
}
The functions I want to reinitialize data table with new language JSON object without loading the page.
is possible to re-render the data table without losing filler and search attributes

rahul shanker
- 1
- 1
-1
votes
1 answer
get value of ion-rangeslider in Angular
I am using ion.rangeslider in my angular application and it displaying fine.
But how can i get the value of the silder and i need to update min and max values of the slider dynamically.
I have seen some of the questions in SO like this…

Ganesh
- 5,808
- 2
- 21
- 41
-1
votes
1 answer
Set width of jqgrid
I am using SmartAdmin jqgrid for display tabular format data. Every time numbers of columns of datatable changes dynamically. I am converting DataTable to json object and assinging it to jqgrid. It seems that jqgrid internally set equal width to…

Ankit
- 49
- 2
- 16