Ashvin Patel

Results 11 comments of Ashvin Patel

Actually, I'm thing to add column specific search in this user can add a search for each column.

@mkikets99 Yes, correct. It would be in the footer or in the header anywhere the user wants.

You can use custom style to make table corner rounded. There is a prop **className**, you can use it to assign custom class to table

@cgarrotti is this helpful?

@ultimateakash Can you please provide code snippet so can reproduce the bug and fix it.

@ultimateakash I think you didn't wrap Datatable component into the `Router` on `react-router-dom`. try to do that then your issue should be resolved.

To download your table as PDF you have enable PDF button table config as below: this.config = { button: { excel: true, print: true, csv: true } } in config...

@rizalamhadi is this helpful for you?

@rizalamhadi Which type of issue you are facing while generating PDF. Can you please share issue details or code snippet.

I'm checked it is working fine. Can you please share me some more details.