|
9 | 9 | - (Done) New data attribute `data-toggle` to initialize bootgrid without writing any line of code (like bootstrap controls support) |
10 | 10 | - (Done) Request and response handler to support JSON object transformation (solved issue [#3](http://github.com/rstaib/jquery-bootgrid/issues/3)) |
11 | 11 | - (Done) WIA-ARIA busy attribute to indicate that the table is loading |
12 | | -- Metadata for rows |
13 | 12 | - (Done) New behaviour to maintain row selection during filtering, paging and sorting |
14 | 13 | - (Done) Entire row click selection |
15 | 14 | - (Done) New event (`click`) |
|
42 | 41 | - `data-custom` is now `data-formatter` and instead of being a `bool` it is a event name |
43 | 42 |
|
44 | 43 | ## 0.9.7 |
45 | | -- Fixed a column header visualization bug regarding sorting |
46 | 44 |
|
47 | | -## 0.9.6 |
48 | | -- CSS and HTML optimization for column headers |
49 | | -- Minor bug fix regarding status bar ("-1") |
50 | | - |
51 | | -## 0.9.6-rc3 |
52 | | -- Showing infos even if rowCount is -1 (all) |
53 | | - |
54 | | -## 0.9.6-rc2 |
55 | | -- Fixed a bug regarding rowCount |
56 | | -- Improved visualization generally |
57 | | - |
58 | | -## 0.9.6-rc1 |
59 | | -- Prevent click event on active pagination item |
60 | | -- Added refresh button |
61 | | -- Added selection box for selecting the row count |
62 | | -- Made the control more flexible |
63 | | - |
64 | | -## 0.9.6-beta3 |
65 | | -- Added a new default property (pagination) to disable the pagination |
66 | | - |
67 | | -## 0.9.6-beta1 |
68 | | -- Fixed a bug where "0" caused a rendering error |
69 | | -- Added bower.json file for bower support |
70 | | - |
71 | | -## 0.9.5-alpha |
72 | | -- Fixed a regression bug which occurred when calling reload |
73 | | - |
74 | | -## 0.9.4-alpha |
75 | | -- Improved loading mask |
76 | | - |
77 | | -## 0.9.3-alpha |
78 | | -- Added loading mask |
79 | | -- Added new template syntax |
80 | | -- Fixed a bug where older browser showing {0} for each content row |
81 | | - |
82 | | -## 0.9.2-alpha |
83 | | -- Added an new event for column customization |
| 45 | +### Bug Fixes |
| 46 | +- Fixed a column header visualization bug regarding sorting |
0 commit comments