-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from pavankataria/FillTableWidthIfIpadWidthLarger
Scale to fill content view + Adds feature which resizes columns with weighted distribution across entire width of data table frame if the content is smaller + Creates new delegate method allowing the user to decide if they want the content view to automatically scale to fill to the data table frame width + Refactors the way content width is calculated + Fixes bug where Data Grid would crash if the content width was smaller than the width of the frame + Trims row columns to the header count specified
- Loading branch information
Showing
12 changed files
with
147 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Change Log | ||
|
||
## [0.2.6](https://github.com/pavankataria/SwiftDataTables/tree/0.2.6) (2017-03-11) | ||
[Full Changelog](https://github.com/pavankataria/SwiftDataTables/compare/0.2.5...0.2.6) | ||
|
||
## [0.2.5](https://github.com/pavankataria/SwiftDataTables/tree/0.2.5) (2017-03-10) | ||
[Full Changelog](https://github.com/pavankataria/SwiftDataTables/compare/0.2.4...0.2.5) | ||
|
||
## [0.2.4](https://github.com/pavankataria/SwiftDataTables/tree/0.2.4) (2017-03-10) | ||
[Full Changelog](https://github.com/pavankataria/SwiftDataTables/compare/0.2.3...0.2.4) | ||
|
||
## [0.2.3](https://github.com/pavankataria/SwiftDataTables/tree/0.2.3) (2017-03-10) | ||
[Full Changelog](https://github.com/pavankataria/SwiftDataTables/compare/0.2.2...0.2.3) | ||
|
||
## [0.2.2](https://github.com/pavankataria/SwiftDataTables/tree/0.2.2) (2017-03-10) | ||
[Full Changelog](https://github.com/pavankataria/SwiftDataTables/compare/0.2.1...0.2.2) | ||
|
||
## [0.2.1](https://github.com/pavankataria/SwiftDataTables/tree/0.2.1) (2017-03-10) | ||
[Full Changelog](https://github.com/pavankataria/SwiftDataTables/compare/0.2...0.2.1) | ||
|
||
## [0.2](https://github.com/pavankataria/SwiftDataTables/tree/0.2) (2017-03-10) | ||
[Full Changelog](https://github.com/pavankataria/SwiftDataTables/compare/0.1.1...0.2) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Image bundle [\#1](https://github.com/pavankataria/SwiftDataTables/pull/1) ([pavankataria](https://github.com/pavankataria)) | ||
|
||
## [0.1.1](https://github.com/pavankataria/SwiftDataTables/tree/0.1.1) (2017-03-09) | ||
[Full Changelog](https://github.com/pavankataria/SwiftDataTables/compare/0.1.0...0.1.1) | ||
|
||
## [0.1.0](https://github.com/pavankataria/SwiftDataTables/tree/0.1.0) (2017-03-09) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters