Release 0.17.0 - row_header_text added to Table, lots more work on Tables
This commit is contained in:
parent
65a6edcf50
commit
b23b48a44f
2 changed files with 30 additions and 12 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
|
@ -240,6 +240,28 @@ New features
|
|||
|
||||
* Made the multiple_instance parameter FALSE by default (was messing up badly with True)
|
||||
|
||||
## 0.16.0 13-Mar-2019
|
||||
|
||||
* TABLES!
|
||||
* The bare minimum, basic tables are supported
|
||||
* Things like alternating colors are not done
|
||||
* Enabling Events DOES work so that you can get immediate clicks
|
||||
* Value returned is a list of 1ength 1 and contains the value of the cell that was clicked
|
||||
* Removed use of CloseButton from Popups
|
||||
|
||||
## 0.17.0 14-Mar-2019
|
||||
|
||||
* More Table features supported
|
||||
* Option to display row numbers
|
||||
* New parameter `row_header_text`
|
||||
* Can turn on / off displaying row numbers
|
||||
* `enable_events`
|
||||
* `text_color`
|
||||
* Font
|
||||
* Can get the value of the item clicked using Table.SelectedItem. Can be coded as window.Element('_table_').SelectedItem
|
||||
|
||||
|
||||
|
||||
# Design
|
||||
# Author
|
||||
Mike B.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue