Hasnain-Bukhari

Results 3 comments of Hasnain-Bukhari

when you assign value of itemPerPage. Than make sure that you called onTableChange Function. Because at time of value changed in the variable it will not re-render the html. whenever...

Hey, If you are trying to update the columns at runtime then make sure that after updating columns you must call onChangeTableFunction `this.onChangeTable(this.config);` According to its functionality it will rerender...

when ever you made a change to columns then make sure you have call this function given below. `this.onChangeTable(this.config);`