Allan Jardine
|
c5a908dbd2
|
Dev: Fix error in selector for multi-select
|
2019-10-01 13:29:29 +00:00 |
|
Allan Jardine
|
c9e595ab62
|
Fix - examples: Typo in JS data source example
- Thanks Mark Partlett!
|
2019-10-01 13:19:36 +00:00 |
|
Allan Jardine
|
b8c80378c6
|
Fix - example: clear button support for multi-filter example
https://www.datatables.net/forums/discussion/56137/filter-clear-not-working-on-ie11-with-individual-search-columns#latest
|
2019-10-01 13:13:49 +00:00 |
|
Allan Jardine
|
68e41c4a6c
|
Fix - example: Form input example doesn't use live DOM sorting, so shouldn't show the input columns as sortable
- DD-823
|
2019-10-01 13:08:42 +00:00 |
|
Allan Jardine
|
94b2b2823b
|
Merge branch 'master' of github.com:DataTables/DataTablesSrc
|
2019-10-01 13:03:34 +00:00 |
|
Allan Jardine
|
b1c03b8eae
|
DEV added KeyTable to karma file
|
2019-10-01 13:03:07 +00:00 |
|
Allan Jardine
|
2d6d87b222
|
Fix: UIKit integration - better styling for filter and length inputs
- 611c99c96e (commitcomment-32046169)
|
2019-10-01 13:02:44 +00:00 |
|
Allan Jardine
|
cafe73625c
|
DEV oracle stuff for Node
|
2019-10-01 12:58:40 +00:00 |
|
Allan Jardine
|
d3d68f7e85
|
DEV updated oracle stuff so create valid syntax for 12.2.0.1
|
2019-10-01 12:57:41 +00:00 |
|
Allan Jardine
|
8e6d438bf0
|
Fix - examples: SQL Server example SQL could throw an error for servers configured with a French timezone - was read as ydm !
|
2019-10-01 12:56:27 +00:00 |
|
Allan Jardine
|
bda9b88ada
|
Dev: Fix SQLite syntax - timestamp without timezone doesn't actually do anything other than timestamp in SQLite
|
2019-10-01 12:44:09 +00:00 |
|
Allan Jardine
|
8200205ddb
|
Fix - examples: Demo SQL syntax for Sqlite dates was wrong
|
2019-10-01 12:42:12 +00:00 |
|
Allan Jardine
|
958ecc4dea
|
Dev: Fix link from JSONP example
|
2019-10-01 12:41:27 +00:00 |
|
Allan Jardine
|
457244d749
|
DEV minor spelling mistook
|
2019-10-01 12:41:05 +00:00 |
|
Allan Jardine
|
04fea4e9fa
|
DEV more unit tests, day after day, like trudging uphill through mud during a landslide, will it ever end?
|
2019-10-01 12:26:26 +00:00 |
|
Allan Jardine
|
452ff3d118
|
Merge branch 'master' of github.com:DataTables/DataTablesSrc
|
2018-06-22 16:31:12 +01:00 |
|
Allan Jardine
|
cf2715ec1d
|
DEV more unit tests - finished all the fun stuff, back to this - I can retire in a few years...
|
2018-06-22 16:30:56 +01:00 |
|
Allan Jardine
|
ed848d4e9d
|
Sync - latest files
|
2018-06-14 11:51:12 +01:00 |
|
Allan Jardine
|
f663114dc4
|
Dev: Remove cellspacing attribute (deprecated in HTML) and move the tfoot in structure
|
2018-06-14 11:46:31 +01:00 |
|
Allan Jardine
|
6cd1fc1876
|
Dev: Update versions of dependencies
|
2018-06-14 11:45:59 +01:00 |
|
Allan Jardine
|
387ee39f94
|
Dev - fix: position:absolute doesn't work on Android if you don't include user-scaleable:no , so FixedHeader wouldn't work at all.
- M388
|
2018-06-14 11:43:22 +01:00 |
|
Allan Jardine
|
1efb34501e
|
Fix: jQuery 3.3 deprecates some $.is... methods. Use of those methods has now been removed from DataTables
|
2018-06-14 11:38:08 +01:00 |
|
Allan Jardine
|
f0f1068070
|
Fix - examples: Oracle demo SQL used nvarchar, which has been dropped in the db. Now uses nvarchar2.
|
2018-06-14 11:37:22 +01:00 |
|
Allan Jardine
|
66ea7ec52d
|
Dev: Correct name for parameter in rowCallback docs
|
2018-06-14 11:33:25 +01:00 |
|
Allan Jardine
|
68f0124875
|
Dev: Add link to blog post for example of Ajax loading child row data
|
2018-06-14 11:32:06 +01:00 |
|
Allan Jardine
|
ced6c2f058
|
Merge branch 'master' of github.com:DataTables/DataTablesSrc
|
2018-06-14 11:29:59 +01:00 |
|
Allan Jardine
|
c9759a828a
|
Update - example: Make it easier to change the grouping column in the grouping example (although, RowGroup is really the way forward here)
|
2018-06-14 11:29:43 +01:00 |
|
Allan Jardine
|
35d84a8785
|
DEV more tweaking and twirling
|
2018-06-14 11:29:12 +01:00 |
|
Allan Jardine
|
2dcfd038e6
|
Fix - styling: Itegration with Semantic UI 2.3 - search input was not correctly styled
- Fixes DataTables/DataTables #1024
|
2018-06-14 11:24:23 +01:00 |
|
Allan Jardine
|
5f5525b10d
|
Update: {search: 'removed'} selector options optimisation
Merge pull request #119 from dagadbm/master
|
2018-06-14 11:22:30 +01:00 |
|
Allan Jardine
|
db1f2383ff
|
Refactor removed search
|
2018-06-14 11:21:58 +01:00 |
|
Allan Jardine
|
05dcf4d988
|
Fix - styling: Comptability with Foundation 6.4's grid-xy system
|
2018-06-14 11:21:26 +01:00 |
|
Allan Jardine
|
387e55a469
|
DEV: minor tweaks to the styling examples
|
2018-06-14 11:18:59 +01:00 |
|
Allan Jardine
|
ec585db978
|
DEV more unit tests and more examples read
|
2018-06-14 11:18:43 +01:00 |
|
Allan Jardine
|
64661b706c
|
DEV more fiddling - examples and unit tests
|
2018-06-14 11:17:05 +01:00 |
|
Allan Jardine
|
ce5e859cbd
|
Merge branch 'master' of github.com:DataTables/DataTablesSrc
|
2018-06-14 11:16:48 +01:00 |
|
Allan Jardine
|
c64a7a03cb
|
Fix - CSS: Bootstrap 4 integration with scrolling - asc icons could show up in the body table
- DataTables/FixedColumns/issues/37
|
2018-06-14 11:16:33 +01:00 |
|
Allan Jardine
|
02cb21017b
|
DEV updates to the example docs
|
2018-06-14 11:16:02 +01:00 |
|
Allan Jardine
|
9f5a1fc2c3
|
DEV changes to the docs and a few more tests (note columns().visible() is still a WIP)
|
2018-06-14 11:15:46 +01:00 |
|
Allan Jardine
|
4c558e0a13
|
Merge branch 'master' of github.com:DataTables/DataTablesSrc
|
2018-06-14 11:15:30 +01:00 |
|
Allan Jardine
|
dbcc844022
|
DEV more unit tests (seeing a pattren here?)
|
2018-06-14 11:15:13 +01:00 |
|
Allan Jardine
|
14436e1696
|
Dev: Switching to always use https rather than protocol relative for example loading libraries
|
2018-06-14 11:14:41 +01:00 |
|
Allan Jardine
|
2b781ff0bd
|
Update: Bootstrap 4
|
2018-06-14 11:14:25 +01:00 |
|
Allan Jardine
|
5bf38afa28
|
dev minor updates to examples docs
|
2018-06-14 11:12:20 +01:00 |
|
Allan Jardine
|
c4dd1136fb
|
Merge branch 'master' of github.com:DataTables/DataTablesSrc
|
2018-06-14 11:12:04 +01:00 |
|
Allan Jardine
|
66c6139c71
|
Dev: Fix for currency sorting
|
2018-06-14 11:11:48 +01:00 |
|
Allan Jardine
|
4aa55efc91
|
dev continuing with extending the unit tests - mostly around the index and indexes methods
|
2018-06-14 11:09:43 +01:00 |
|
Allan Jardine
|
5e74941660
|
Merge branch 'master' of github.com:DataTables/DataTablesSrc
added new tests for cell().node()
|
2018-06-14 11:08:57 +01:00 |
|
Allan Jardine
|
74e37c13fe
|
added tests for cell().node()
|
2018-06-14 11:08:41 +01:00 |
|
Allan Jardine
|
fb59f8f903
|
Styling: UI Kit tech preview moving on to UI Kit v3
|
2018-06-14 11:07:53 +01:00 |
|