function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mike MalarowskiMike Malarowski 

Allow Users to create Table in Lightning component like in Word

Hello,

We got a request to create a Lightning Component that allows Users to create a fillable table similarly like you would in MS Word, where you select from a grid size (column# x row#) which then populates into a text area. Is such a thing possible without going deep into VF?
Etienne Rocheleau 9Etienne Rocheleau 9
You could do that in JavaScript pretty easily with JQuery, I suggest looking in that direction.