I would like to make the table rows that are actually populated with data to be sortable. And because one of the view that we are using the ui.table.Table, we always will have 5 empty rows at the end of the table (to provide user to drop item into the table), I do not want these 5 empty rows to be sortable but only those that have items. Which is why I need to know when the table has completed binding instead of using setTimeout
↧