Bind-table module for CRUD.
- Added the
self.tableDatavariable which contains the last rendered data
- Transferred module to the new jxMono organization
- Updated Bind to
v0.4.0, Events tov0.4.0
- Updated to Bind
v0.3.2
- Added an
itemRenderedevent with the rendered item as the first argument.
- Removed useless code, updated a comment
- Updated to Bind
v0.3.1
- Added
doNotFetchparameter forrefreshItemmethod - Added LICENSE
- Updated deps
- Fixed
selectItemmethod.
- Added
renderedItemsevent - Fetch item from server when
selectItemis called and the item is not on the client.
- Refresh the table if the item doesn't exist when running
updateItem.
- Updated Events to
v0.1.11sincev0.1.10was using a bad version of Utils
- Updated Bind to
v0.2.2and Events tov0.1.10
- Get selected items from
self.dom
- Upgraded to [email protected]
- Attach methods to self
- Fixed a bug from v0.1.11
- Emit the unflatten object when the item is refreshed
- emit
itemRefreshedafter the item was refreshed - update the
dataItemcache on refresh item
- Use FA4 classes
- convert objects to unflatten objects in
refreshItemmethod - removed pagination functions
- replaced
clearListwithclearTable
- Upgrade to Events v0.1.8 and Bind v0.2.1
- don't render the item if it's
null,undefinedetc.
- Use callbacks to get values returned by called functions using events.
- Access any public function using events
- Added
clearListas public function
- Don't clear the list when filter is busy.
- Set undefined for no-sort sort array (#15).
- Initial versioned release