Hi, Can I add a scrollbar navigation (rights - left )?
also can I prevent users from clicking on blank areas? because once they click, it shows them the plus sign which in turn allows them to fill in data into a new form. so how can I stop that.
There is no way to force the display of a scrollbar. If scrolling is allowed, there may be no visual cue, but the user can still scroll by whatever normal means are available.
To prevent the user adding new rows, you’ll need to present your data in a slice that does not allow adds.
Alternatively , you create deeplink action to open detail view conditionally where there is value in target column only and set this action to fire on row select event for that table view.