Bind-table module for CRUD.
- Added the
self.tableData
variable 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
itemRendered
event with the rendered item as the first argument.
- Removed useless code, updated a comment
- Updated to Bind
v0.3.1
- Added
doNotFetch
parameter forrefreshItem
method - Added LICENSE
- Updated deps
- Fixed
selectItem
method.
- Added
renderedItems
event - Fetch item from server when
selectItem
is 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.11
sincev0.1.10
was using a bad version of Utils
- Updated Bind to
v0.2.2
and 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
itemRefreshed
after the item was refreshed - update the
dataItem
cache on refresh item
- Use FA4 classes
- convert objects to unflatten objects in
refreshItem
method - removed pagination functions
- replaced
clearList
withclearTable
- Upgrade to Events v0.1.8 and Bind v0.2.1
- don't render the item if it's
null
,undefined
etc.
- Use callbacks to get values returned by called functions using events.
- Access any public function using events
- Added
clearList
as public function
- Don't clear the list when filter is busy.
- Set undefined for no-sort sort array (#15).
- Initial versioned release