feat(ui): helpers pos-utils.js (barcode feedback, saved filters, resizable columns, density/touch toggles, notifications dropdown, ticket preview, image comparator, infinite scroll, sparklines) + inventory.html modals + pos-ui.css timeline & kanban
This commit is contained in:
@@ -250,6 +250,10 @@
|
||||
});
|
||||
}
|
||||
inventoryVS.setData(items);
|
||||
// Make columns resizable
|
||||
if (typeof makeTableResizable === 'function') {
|
||||
makeTableResizable('#stockTable');
|
||||
}
|
||||
|
||||
// Pagination
|
||||
var pg = data.pagination || {};
|
||||
|
||||
Reference in New Issue
Block a user