Commit aec86f6
Ran Gal
The user can now supply a callback function that will be called just before rendering the table, allowing changes in the columns definitions (disable sorting, make read-only, remove from display etc.). It the future we can store the “dom” node in options to allow the user to change that too.
we had to remove the callback function entry from options dictionary as it cause the JS serilization process to fail1 parent 7b0a13e commit aec86f6
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
| |||
0 commit comments