mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			2.8 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			2.8 KiB
		
	
	
	
	
	
	
	
Changelog
1.1.4
Enhancements & Features
- Improved Bower and NPM packages
- Added minified version for CSS file
1.1.3
Enhancements & Features
- Improved destroy method behaviour
Bug Fixes
- Fixed bug #40
1.1.2
Bug Fixes
- Fixed bug #32
1.1.1
Bug Fixes
- Fixed issue #25
1.1.0
Enhancements & Features
- New option to switch the search behaviour from case sensitive to case insensitive.
- Custom CSS classes for header and body cells (solved issue #7)
- New data attribute data-toggleto initialize bootgrid without writing any line of code (like bootstrap controls support)
- Request and response handler to support JSON object transformation (solved issue #3)
- WIA-ARIA busy attribute to indicate that the table is loading
- New behaviour to maintain row selection during filtering, paging and sorting
- Entire row click selection
- New row event (click)
- Responsive table support
- New methods (selectanddeselect)
- New data-row-idattribute for data rows (contains the row ID ifidentifieris enabled; otherwise an index of the visible rows)
- New CSS class for data rows to indicate that the row is selected (selected)
- New column option data-searchable="true"to exclude column from search (solved issue #23)
Bug Fixes
- Fixed an AJAX issue where multiple fast clicks could lead to strange results
- Fixed multi select issue
Breaking Changes
There are no breaking changes but some HTML templates changed during development. In case you want to use the full new feature set be sure you did not override any affected templates.
1.0.0
Enhancements & Features
- Public functions for dynamic manipulation such as append and remove row(s)
- Client-side data support (without ajax calls)
- Row selecton (multi and single)
- Show/Hide column headers
- Improved formatters (former know as data-custom="true")
- Added type converters per column (data-converter="string|numeric|custom")
- Added new events (selected, deselected, appended, removed, cleared, initialize, initialized)
- Added column attribute data-header-alignto set the alignment of the header cell independent from the body cells (solved issue #10)
Bug Fixes
- Fixed multi sorting issue
Breaking Changes
- data-customis now- data-formatterand instead of being a- boolit is a event name
0.9.7
Bug Fixes
- Fixed a column header visualization bug regarding sorting