@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi,
The saveState method saves the Grid state and returns the state object. You can then use the loadState method and pass a previously saved state object. By doing that you will load the saved state and the Grid will update. The state will save the columns visibility, sorting & filtering.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi pkz,
The provided example has an error – smartPivotTable: At least one column with ‘summary’ is required.”
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The only charting in combination with pivot is available here: https://www.htmlelements.com/demos/pivottable/integration-with-chart/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
We are having a patch release in the second half of the month.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Pedro,
I think that the idea here is that when details.action is undefined, just use return;
December 6, 2022 at 4:41 pm in reply to: addEventListener change produces the event and exports twice. #104079admin
KeymasterHi taran,
The “change” event may occur twice or more times in case it is added more than once. The other reason could be that the component is inside another component which raises “change” as well and the event bubbles up.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The message for ‘Reset’ is called ‘reset’ in the ‘messages’ JSON object. Did you define it in your messages object?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Robert,
Thank you for the feedback. We will test the reported behaviors.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Robert,
Material icons are used only in demos. We use a custom font for icons with different icon types. We do not plan any changes about our Icons in the near future, but you can use different icons if you wish. Ex: https://www.htmlelements.com/demos/grid/sort-icons/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Taran Naidu,
That is unusual. Could you please share a code sample?
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
The issue is that many task columns share the same ‘value’, which is called ‘label’ in the provided code.
Hope this helps.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Tullio,
Unfortunately, our examples cannot cover any possible business scenario. We try to add as many examples as possible, but every application has different requirements. If you want to put a progress bar in a modal, you can combine it with our smart-window component.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
It should be expected to be slower than the native html select. You can try different options – with smart-input or with smart-drop-down-list with datasource. With data-source we think the performance is fine, but if you have many elements on your page it will make a difference.
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi Tullio,
You may look at https://www.htmlelements.com/demos/progressbar/echo-animation/
Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/admin
KeymasterHi,
Use the dataSource property instead of adding HTML Elements and it will be fine to use dropdownlist.
The input cannot display 500 items.Best regards,
Peter StoevSmart UI Team
https://www.htmlelements.com/ -
AuthorPosts