670 comments found.
¿How can add the buttons to export PDF, EXCEL, ETC. to the table?
I used this code but not works, even I noticed the search button will move a little and the design of the export buttons is different at the template.
table = $(”#dt_tableAlertas”).DataTable({ data: datos, columns: [ { data: “COLOR” }, { data: “REFERENCIA” }, { data: “DENOMINACION” }, { data: “ESTATUS_LEGAL” }, { data: “FECHA_RENOVACION” }, { data: “ESTATUS_ADMIN” }, { data: “COMENTARIOS” } ], keys: true, dom: ‘Bfrtip’, buttons: [ { extend: ‘excelHtml5’, title: ‘Reporte de Alertas’, exportOptions: { columns: [1, 2, 3] } } ]
Here is the code for this example
dt_tableExport: function() {
var $dt_tableExport = $('#dt_tableExport'),
$dt_buttons = $dt_tableExport.prev('.dt_colVis_buttons');
if($dt_tableExport.length) {
var table_export = $dt_tableExport.DataTable({
buttons: [
{
extend: 'copyHtml5',
text: '<i class="uk-icon-files-o" /> Copy',
titleAttr: 'Copy'
},
{
extend: 'print',
text: '<i class="uk-icon-print" /> Print',
titleAttr: 'Print'
},
{
extend: 'excelHtml5',
text: '<i class="uk-icon-file-excel-o" /> XLSX',
titleAttr: ''
},
{
extend: 'csvHtml5',
text: '<i class="uk-icon-file-text-o" /> CSV',
titleAttr: 'CSV'
},
{
extend: 'pdfHtml5',
text: '<i class="uk-icon-file-pdf-o" /> PDF',
titleAttr: 'PDF'
}
]
});
table_export.buttons().container().appendTo( $dt_buttons );
}
You don’t need to add dom: ‘Bfrtip’ option if you are using assets/js/custom/datatables/datatables.uikit.min.js
may I know if you have any plan to upgrade to AngularJS 7?
Hi, I don’t have plans for the angular version (2,4,6,7), sorry.
AngularJS is a predecessor of the Angular, please check the differences https://stackoverflow.com/questions/34114593/angularjs-vs-angular
For Login Page v2… any way to make it not collapse when you click “Need help?” and the other screens? Having a set height?
Hi, I think that the best solution is to set min-height to div#login_card
Is there a way to put a separator between sidebar items?
If you want to add separator between items you can use this code:
<li></li> <li class="uk-margin-left uk-margin-right"> <hr class="uk-margin-small-top uk-margin-small-bottom"> </li> <li></li>
Hi, I have a problem with uikit_custom.min.js when I include this in footer I get problem every action in jquery is loop for 2 times at the beginning, but after that its normal again. If I dont include this file its fine, but I know many UI kit feature is not load. Can u suggest me what kind of problem it is? Thank you before.
Hi, please check if you don’t have this file included more than once. Open source code and check for uikit_custom.min.js
Hi, hope you are doing well 
is it possible to disable search option when selectize open?
i have a dropdown that has 3 options only but when open in mobile device then mobile opens keyboard to type, because selectize focus on search
i want to remove search option for this selectize dropdownlist
thx
Hi, it seems that there is no option for hidding this search input but please try this plugin https://github.com/selectize/selectize.js/issues/110#issuecomment-167840205 and please check this issue regarding your question https://github.com/selectize/selectize.js/issues/110
Ok i will try, Thank you
Hi I just wanted to find out if there is an update to address the fullscreen in the application header. It does not function on chrome at all.
Do you possible have a quick fix for this that can be added to the code?
Hi, sorry for the delay, it will be fixed in next version (max 2 weeks)
Thank you
Hi, pre purchse question. can we change its form fields style to new material design style which is used in gmail login window now a days? have you any plan to change form fields style in upcoming updates?
Hi, sorry for the delay. I don’t have plans to change it to match gmail login window but you can easily customize this template.
Are there any not minimized versions of the js- scripts (developer version) in the delivery?
Hi, there are minified and unminified scripts included in Altair template. Uniminified version you can find in /src folder.
Hello friend! When wait yours update code?
Hi, new update should be ready before end of January.
Hello. new update?
Hi, I’ll try to release it before end of this year.
hi. new update?
Hi, I’m still working on it. I’ll try to release it asap.
Hi. new update pls
Hi, this update will be ready in max 2 weeks.
Hi, update?
Hi, sorry about the delay, I forgot about the file manager plugin, I had to update it because this plugin (elfinder) was very outdated and unsecure. On Monday/Tuesday I will perform last tests and I will upload new Altair version to themeforest.
i want to integrate with VUE JS and fineUploader,any suggestion or further plan to include them in future release ?
Hi, I have no plans to add another file uploader to Alair template, there is already very good file uploader included, please check http://altair_html.tzdthemes.com/plugins_dropzone.html and https://www.dropzonejs.com/ and https://alligator.io/vuejs/vue-dropzone/
Hi there I am using the enjoyhint functionality for the site tour, but when there is a tour step further down the page, the page does not automatically scroll to the next hint item or step. Do you have a fix for this or an update?
It will be a great help!
Hi, it seems that there is a pull request available with the fix for autoscroll ( https://github.com/xbsoftware/enjoyhint/pull/87 ), I’ll check the code and I’ll integrate this fix with enjoyhint.
Thank you, I will have a look at this.
hi . i have 2 questions: 1) how to validate ui-select? 2)how to set object as value instead string??after selected by user label showed in view and object insert in model. please help me?Please….
Hi, there is no validation for ui-select available in Altair, I’ll add it in next release.
Do you want to add this object instead of string to multiselect or single select? Please check https://angular-ui.github.io/ui-select/demo-multiple-selection.html
hi tzd, i need to search by 2 words in the same field using kendo AutoComplete plugin … for example if i have in the json file “Hanari Carnes ,Brazile” i can search by “Hanari Brazile” ... can you help me please
Hi, I don’t think that’s possible, please check autocomplete filter option https://docs.telerik.com/kendo-ui/api/javascript/ui/autocomplete/configuration/filter
There are only 3 possible values (actually there are fourth ‘equals’ value https://stackoverflow.com/questions/37278669/implement-the-exact-filter-option-in-kendo-ui-autocomplete ) but they are not working when you enter two words.
Thanks i found a solution
Is possible to use Tabs as links, I want items on tabs to link to another site
Hi, I think that this is possible but it would require some changes in JS code.
Without much effort you can place links in tab dropdown, please check https://getuikit.com/v2/docs/tab.html#tabs-with-dropdowns
Thanks for the quick reply, Yes I saw that but I need the tabs look but with links to different places.
In Contact List Horizontal how could the height of the card grow to accommodate a really long name entry?
Hi, at the moment this is not possible. This column with the name has position absolut and it can’t change the card height. I’ll rewrite this component to meet your suggestion.
Hi tzd, i wanna use kendoAutoComplete server side like this example https://demos.telerik.com/php-ui/autocomplete/serverfiltering how i can do that ?
Hi, KendoUI for PHP is not free, you need to buy license if you want to use it, please check https://www.telerik.com/purchase/php-ui
You can use HTML5/jQuery version http://altair_html.tzdthemes.com/kendoui_autocomplete.html
please check ‘dataSource’ option https://docs.telerik.com/kendo-ui/controls/editors/autocomplete/overview#configuration
thanks .. it’s working now when i added serverFiltering: true
Hello. $rootScope.content_preloader_hide is not a function is not working?
Hi, where do you get this message/error? Please provide more info.
click show custom button..
Hi, thank you for the info and the screenshot, it will be fixed in next release.
Hi next release?
Hi, I’m not sure exactly when I will release new version but it I’ll try to do this before end of this year.
Autocomplete component on mobile browsers is working but clicking on one option from the displayed dropdown does not do anything. can you guide me for a quick fix for that?
it seems that the dropdown is not responding to touch events
Hi, touch event works fine for dropdowns on HTML/AngularJS version. Please send me more info (device model, browser, os version etc) and also which version are you using (html/angularJS).