@george_kostov0
@george_kostov0
Forum Replies Created
-
AuthorPosts
-
george_kostov0Participant
Hi,
Firstly, the align attribute is not supported in HTML5. The font tag is also not supported in HTML5.
The next thing is that in the <smart-table> tag you should have <table> tag and the appropriate rows should be wrapped in a <thead> and <tbody>.
See this demo: https://codepen.io/dkeamcaksoem/pen/NWMMVGG
If you need further assistance, do not hesitate to contact us!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/george_kostov0ParticipantHi,
You can easily achieve that by selecting the inner input element of the smart-input and setting the attribute ‘maxlength’.
See here: https://codepen.io/dkeamcaksoem/pen/QWrrPzwAlternatively, you can use textbox: https://www.htmlelements.com/demos/textbox/overview/
The smart-text-box has got maxlengthIf you need further help, let us know!
Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/george_kostov0ParticipantHi,
Here you are: https://codepen.io/dkeamcaksoem/pen/ExLbqer?editors=1010
An example of changing the dataSource.
You just only have to change the property and the grid will reload automatically.If you have any questions, we will be happy to help!
Best Regards,
George KostovSmart UI Team
https://www.htmlelements.com/george_kostov0ParticipantHi,
Please provide us with a quick demo of the bug, so we can find the error!
Thanks in advance!Best Regards,
Svetoslav BorislavovSmart UI Team
https://www.htmlelements.com/george_kostov0ParticipantHi,
On the first expansion, the onRowDetailInit event will be triggered after that each time you expand the details the onRowDetailUpdated will be triggered.
Should you need any further help, do not hesitate to contact us!
Best Regards,
George KostovSmart UI Team
https://www.htmlelements.com/- This reply was modified 2 years, 2 months ago by george_kostov0.
- This reply was modified 2 years, 2 months ago by george_kostov0.
george_kostov0ParticipantHi,
See the example and see how you can do it with JS: https://codepen.io/dkeamcaksoem/pen/KKRvzMP?editors=0010
Another option is with CSS this way: https://codepen.io/dkeamcaksoem/pen/LYmjNNj#gantt .smart-task-splitter smart-splitter-item[smart-id=tableSplitterItem] {
display: none;
}#gantt .smart-task-splitter smart-splitter-bar {
display: none;
}Should you have questions, do not hesitate to contact us!
Best Regards,
George KostovSmart UI Team
https://www.htmlelements.com/- This reply was modified 2 years, 2 months ago by george_kostov0.
- This reply was modified 2 years, 2 months ago by george_kostov0.
-
AuthorPosts