tnthieu

Results 3 comments of tnthieu

oh I found it. Just an array of json. Thank you for your wonderful works if (result && result.d) { debugger; var technicianSchedules = JSON.parse(result.d); //$("#schedule").timeSchedule('addRow', 0, technicianSchedules[0]); var $sc...

Hello How can I reload data with filter criteria? I tried to $("#schedule").timeSchedule('resetRowData'); $("#schedule").timeSchedule('resetData'); then resetup the schedule, but the schedule did clean all the old data and append new...

Hello @jeffreydwalter @tefod-zz Could you tell me if you have any update for stateSaving for resize and reorder column? Thank you very much for the excellent plugin