-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
7Questions
-
6Replies
how to make dynamic header and columns and its values in lwc??
how i make the table dynamic in lwc...like:--
<template for:each={getinfo} for:item="item">
<table>
<thead>
<tr key={item.Id}>
<th></th> (i want it to make it dynamically according to requirement in for each loop.)
</tr>
</thead>
<tbody>
<tr key={item.Id}>
<th></th> (i want it to make it dynamically according to requirement in for each loop.)
</tr>
</tbody>
</table>
</template>
<template for:each={getinfo} for:item="item">
<table>
<thead>
<tr key={item.Id}>
<th></th> (i want it to make it dynamically according to requirement in for each loop.)
</tr>
</thead>
<tbody>
<tr key={item.Id}>
<th></th> (i want it to make it dynamically according to requirement in for each loop.)
</tr>
</tbody>
</table>
</template>
- jatin parashar 11
- December 10, 2019
- Like
- 0
- Continue reading or reply
how to do crud operations through web service(Rest api ) in lightning web component??
In which how i write the code in js, how to call class method, if you have any example please send me out here. how i write it in html file..all i need it
- jatin parashar 11
- November 26, 2019
- Like
- 0
- Continue reading or reply
How to add functionality in iPad in LWC
Want to have functionality so that by clicking on a button which appears at the bottom of the page will move the focus at top of the page.
- jatin parashar 11
- November 19, 2019
- Like
- 0
- Continue reading or reply
how to remove the height of the page in lwc??
I am working on project which is on lwc. I create many screen. IN windows it is working properly but this problem occurs in ipad . problem is that if i select screens button ,click next then third page is open in which height is automatically big because of the screen have many button and dependency is also there when i select row 1st button then 2nd row buttons are shown.after that 2nd row buttons are select then row button are shown and so on. when dependent button shown the page height is incremented. but when click next button then next page height is also incremented which is not required. last page inherit the height of previous page I want to stay this page on normal height. how i remove this problem?? please help it out. It is in the lightning web component. This is working properly on windows but not working on Ipad(IOS).
Thanks & Regards ,
jatin
Thanks & Regards ,
jatin
- jatin parashar 11
- November 19, 2019
- Like
- 0
- Continue reading or reply
- jatin parashar 11
- October 11, 2019
- Like
- 0
- Continue reading or reply
learn development in lwc
hii,
I am new to salesforce. I want to learn development in LWC. Can you help me please how i learn salesforce development in LWC, from where i start.
I am new to salesforce. I want to learn development in LWC. Can you help me please how i learn salesforce development in LWC, from where i start.
- jatin parashar 11
- October 10, 2019
- Like
- 0
- Continue reading or reply
how to remove the height of the page in lwc??
I am working on project which is on lwc. I create many screen. IN windows it is working properly but this problem occurs in ipad . problem is that if i select screens button ,click next then third page is open in which height is automatically big because of the screen have many button and dependency is also there when i select row 1st button then 2nd row buttons are shown.after that 2nd row buttons are select then row button are shown and so on. when dependent button shown the page height is incremented. but when click next button then next page height is also incremented which is not required. last page inherit the height of previous page I want to stay this page on normal height. how i remove this problem?? please help it out. It is in the lightning web component. This is working properly on windows but not working on Ipad(IOS).
Thanks & Regards ,
jatin
Thanks & Regards ,
jatin
- jatin parashar 11
- November 19, 2019
- Like
- 0
- Continue reading or reply
- jatin parashar 11
- October 11, 2019
- Like
- 0
- Continue reading or reply