|
119 | 119 | <input data-lt placeholder="lt" />
|
120 | 120 | <input data-lte placeholder="lte" />
|
121 | 121 | </div>
|
| 122 | + |
| 123 | + <div id="custom-filter-Float" class="reload-table"> |
| 124 | + <span>Float</span> |
| 125 | + <input data-eq placeholder="eq" /> |
| 126 | + <input data-gt placeholder="gt" /> |
| 127 | + <input data-gte placeholder="gte" /> |
| 128 | + <input data-lt placeholder="lt" /> |
| 129 | + <input data-lte placeholder="lte" /> |
| 130 | + </div> |
| 131 | + |
122 | 132 | </div>
|
123 | 133 |
|
124 | 134 | <table id="table-simple">
|
|
151 | 161 | <th>DoubleProperty</th>
|
152 | 162 | <th>DoubleNullable</th>
|
153 | 163 |
|
| 164 | + <th>Float</th> |
| 165 | + <th>FloatNullable</th> |
| 166 | + |
154 | 167 | <th>DecimalProperty</th>
|
155 | 168 | <th>DecimalNullable</th>
|
156 | 169 |
|
|
198 | 211 | <th>Nested Model DecimalProperty</th>
|
199 | 212 | <th>Nested Model DecimalNullable</th>
|
200 | 213 |
|
| 214 | + <th>Nested Model Float</th> |
| 215 | + <th>Nested Model FloatNullable</th> |
| 216 | + |
201 | 217 | <th>Nested Model DateTimeProperty</th>
|
202 | 218 | <th>Nested Model DateTimeNullable</th>
|
203 | 219 | <th>Nested Model DateTimeOffsetProperty</th>
|
|
242 | 258 | <th>DoubleProperty</th>
|
243 | 259 | <th>DoubleNullable</th>
|
244 | 260 |
|
| 261 | + <th>Float</th> |
| 262 | + <th>FloatNullable</th> |
| 263 | + |
245 | 264 | <th>DecimalProperty</th>
|
246 | 265 | <th>DecimalNullable</th>
|
247 | 266 |
|
|
286 | 305 | <th>Nested Model DoubleProperty</th>
|
287 | 306 | <th>Nested Model DoubleNullable</th>
|
288 | 307 |
|
| 308 | + <th>Nested Model Float</th> |
| 309 | + <th>Nested Model FloatNullable</th> |
| 310 | + |
289 | 311 | <th>Nested Model DecimalProperty</th>
|
290 | 312 | <th>Nested Model DecimalNullable</th>
|
291 | 313 |
|
|
351 | 373 | "DateTimeNullable": getCustomFilterForColumn('DateTimeNullable'),
|
352 | 374 | "DateTimeOffsetProperty": getCustomFilterForColumn('DateTimeOffsetProperty'),
|
353 | 375 | "DateTimeOffsetNullable": getCustomFilterForColumn('DateTimeOffsetNullable'),
|
| 376 | + "Float": getCustomFilterForColumn('Float'), |
354 | 377 | }
|
355 | 378 | }
|
356 | 379 | }
|
|
384 | 407 | { "data": "DoubleProperty", searchable: false },
|
385 | 408 | { "data": "DoubleNullable", searchable: false },
|
386 | 409 |
|
| 410 | + { "data": "Float", searchable: false }, |
| 411 | + { "data": "FloatNullable", searchable: false }, |
| 412 | +
|
387 | 413 | { "data": "DecimalProperty", searchable: false },
|
388 | 414 | { "data": "DecimalNullable", searchable: false },
|
389 | 415 |
|
|
428 | 454 | { "data": "NestedModel.DoubleProperty", searchable: false, "defaultContent": "" },
|
429 | 455 | { "data": "NestedModel.DoubleNullable", searchable: false, "defaultContent": "" },
|
430 | 456 |
|
| 457 | + { "data": "NestedModel.Float", searchable: false }, |
| 458 | + { "data": "NestedModel.FloatNullable", searchable: false }, |
| 459 | +
|
431 | 460 | { "data": "NestedModel.DecimalProperty", searchable: false, "defaultContent": "" },
|
432 | 461 | { "data": "NestedModel.DecimalNullable", searchable: false, "defaultContent": "" },
|
433 | 462 |
|
|
0 commit comments