Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Table › Invalid Item Index when removing from Table › Reply To: Invalid Item Index when removing from Table
		February 15, 2021 at 12:56 pm
		
		#101506
		
		
		
	
Member
		
		
	Hope you have a great weekend!
I also tried:
table.removeRow(row)
but I’m getting an Error
Uncaught (in promise) TypeError: table.removeRow is not a function
It’s weird because if I call table.getValue(row, id) it works and both methods are for my component selector (described in the API docs)