#101507
yavordashew
Member

Hi Johnny Johnny, 
First make sure you use the newest version(I have tested in a bit older version and it didn’t work) of the smart-table, because the in the newest version the ‘removeRow’  function works.I have also prepared a code snippet that deletes all the rows from the table.Also note that for example if you are on the third page of the table it will select all the remaining rows from this page till the last and will remove them.


const table = document.getElementById('table');
let rowId = Array.from(table.getSelection());
        rowId.forEach(id =>{
            table.removeRow(id)
        })

Please, do not hesitate to contact us if you have any additional questions.
Best regards,
Yavor Dashev
Smart UI Team
https://www.htmlelements.com/