Hello
I'm trying to delete a row from a b4xtable with the inline diting module
I've tried the standard b4xtable code posted by erel https://www.b4x.com/android/forum/threads/b4x-b4xtable-delete-row.103582/#content
I've tried calling DataUpdated afterwards.
But it only works for the first row. The table counters dont update, calling the same instruction twice does nothing (i'd expect, that calling delete row 1 10 times would delete row 1 to 10, as long as i call cleardataview and dataupdated after every delete)
Am i missing something?
I'm trying to delete a row from a b4xtable with the inline diting module
I've tried the standard b4xtable code posted by erel https://www.b4x.com/android/forum/threads/b4x-b4xtable-delete-row.103582/#content
I've tried calling DataUpdated afterwards.
But it only works for the first row. The table counters dont update, calling the same instruction twice does nothing (i'd expect, that calling delete row 1 10 times would delete row 1 to 10, as long as i call cleardataview and dataupdated after every delete)
Am i missing something?