onRowEditComplete

val onRowEditComplete: (rowIndex: Int) -> Boolean?

Deprecated

Editing state moved to TableState.editing. Use editing.onRowEditComplete.

Replace with

editing.onRowEditComplete