-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find corresponding document or sample codes #2367
Comments
Hi @baoshenyi, 1 & 2: We are using Datatables. You can refer to its own documentation for customizations. You don't have to use ABP's action, which is actually a simple addition to the Datatables. If you don't like it, you can implement it yourself. |
Thank you, hikalkan. I will use original Datatables to replace apb library, which answers that abp js library has no document and is just for demo purpose, not for production. |
Actually it is for production, but not documented. But don't think it as a Datatables wrapper. It just simplifies some common use cases. If your user case is not that, just use Datatables API directly. |
thank you for the clarification. |
Hello, I like the abp framework and will use it for my future project after reviewing it.
I follow up the the instructions on https://docs.abp.io/en/abp/0.18.1/Tutorials/AspNetCore-Mvc/Part-II but I would like to customize data table.
I could not find any related documents about changes. Any shared urls or sample code?
Thanks lots! Shenyi
The text was updated successfully, but these errors were encountered: