@martin-jq
@martin-jq
Forum Replies Created
-
AuthorPosts
-
martin-jqParticipant
Hello Jorge Ruales,
This cannot be achieved currently as the cells’ width is precomputed.
If you would like I can mark this as a feature request so its possibility could be discussed and considered for future versions.Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Jorge Ruales,
Unfortunately, the Gantt Chart does not currently have such functionality.
Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Alexis Escala,
This is because this is a custom column that doesn’t have a datafield and an initial value.
I have updated the Example so you can see how you can have a selected value.Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello JoeLaRue,
Please, try defining dataSourceType inside the DataSource and setting dataSource.dataSource to just the url string, instead of an object.
You can check these two demo examples: PHP Service and Bind to JSON.If you need to load the data using the fetch API you can initialize the Grid separately and then just update the dataSource.
Please, check this Demo Example.Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Cher Toggy,
Thank you for the update!
Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Cher Toggy,
What do you get if you log the $refs inside your ProjectList component?
Alternatively, you can select the grid using query selector the same way as the docking layout is selected in the example above.Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Alexis Escala,
You can use a custom editor to achieve this result.
Please, take a look at the last column of the Grid in this Example.
Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Cher Toggy,
Smart Vue Components have whenRendered callback that you can use for when the component has rendered.
You can check how it is used is our Docking Layout Overview Demo for Vue.Please, let us know if that works for you!
Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Rafa,
Are you using Smart.Tabs inside the window? How do you load the content of the tabs?
Usually, the html content of all tabs is loaded. If necessary, you can iterate through the tabs using the select method.
Here is an Example.Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello ufficio.it,
I would suggest you create the smart-pivot-table element dynamically when you need to initialize it.
Here is an Example.Best Regards,
Martin YotovjQWidgets team
https://www.jqwidgets.commartin-jqParticipantHello ufficio.it,
I’m testing the code that you have provided Here and it is working fine.
Could you send an example where it can be reproduced?Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello johnm,
There is no such method or property but you may use the ensureVisible method to go to a specific task if this would help.
Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello TurricanDE,
Thank you for the feedback!
This should be fixed in the next release.Best Regards,
MartinSmart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Rizwan,
Yes, it is available.
I would suggest you check our Getting Started with Smart HTML Elements Tutorial where there is a section describing how to set your project using JavaScript.
Also, when you open the Scheduler Grouping Horizontal Demo that you have mentioned there are “Source” and “Index.htm” tabs at the top where you can see how your html and js files should look like.Best Regards,
Martin
Smart HTMLElements Team
https://www.htmlelements.com/martin-jqParticipantHello Matias Galante,
Thank you for the feedback! In the next version the
validateFile
callback will be called when a file is dropped inside the drop zone.Meanwhile, you can use a workaround to bind to the
drop
event of the drop zone and call thevalidateFile
method yourself.Here is an Example.
Best Regards,
Martin
Smart HTMLElements Team
https://www.htmlelements.com/ -
AuthorPosts