:wave: Hi everyone!, I want to ask , i have subli...
# general
a
👋 Hi everyone!, I want to ask , i have sublist type InlineEditor created form suitelet , can I hide/Disable All of this Button ? Can I Hide/Disable Add Row Button, Thanks
a
I believe those buttons are an inextricable part of the InlineEditor sublist type. I take it you want the user to be able to edit existing lines on the sublist but not add new lines or remove any existing ones, is that correct? It might make more sense to use an inline editable saved search, if you're dealing with stored records being on each line. I can't recommend the following because it will break when NetSuite updates their UI, thus increasing your technical debt and adding something you have to maintain and watch out for, but it's a possible fix for now: Some DOM manipulation script running client-side can remove the buttons whenever they appear, or you can add some inline HTML to inject CSS styling that always hides them.
a
Hi Aaron , Yes , the button is parts of inlineEditor sublist stype , and i want user to edit each line without add another line , can you give me refference how i can hide this with ClientScript , before i try JQuery but not affect , maybe i dont know the correct ID's For the button in Inscpect Element Browser. Thanks.