Skip to main content

#HTML Table0 discussing

I want to fetch the 3-4 fields of order object in an HTML table in editable mode on a aura component action button click. I do not want to use datatable. I want entire row to be editable and update the record on change.

Please help me how could I do this using html table.

 

#HTML Table  #Aura Lightning Components #Action Button  #Inline Editing

2 answers
  1. Oct 28, 2021, 6:58 AM

    Thankyou @Azfer Pervaiz Sir for replying, but I have a requirement to use only html table instead of datatable

0/9000

Hello Great Minds,

 

I am trying to implement Export to Excel functionality where I need to frame and download  a Ms-Excel sheet using HTML table (maintaining text formatting ) in lightning component. I have implement it for desktop device using Javascript.

 

Need help to implement same for iPad/iPhone/tablet/mobile devices.

I am not sure how to use Javascript for export to excel functionality in iPad device.

 

Any help would be appreciated.

 

Thanks!

0/9000

I cannot get an HTML table to print. It is shown in the editor but when I print the quote template the table is missing. It is a blank table that our salespeople have to fill out with the customer. Thanks.

3 comments
  1. Jun 11, 2018, 9:24 PM

    Justin, in support, gave me the cure. Here is a copy of his message.

    Hello Bill,

    After further investigation, you would need to apply, border-style="solid", around each table and table header. Since you are creating tables within a table, each "td" would need to be applied a border style.

0/9000