Search code examples
jqueryflexigrid

Flexigrid redraw existing instance


How to redraw existing flexigrid with new columns and data? On page i already have one instance of flexigrid with data, how to redraw with new data when for example i click on some link?


Solution

  • simply

    $("#flexi, .flexigrid").remove();