Skip to content
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

Closed
baoshenyi opened this issue Dec 10, 2019 · 4 comments
Closed

Could not find corresponding document or sample codes #2367

baoshenyi opened this issue Dec 10, 2019 · 4 comments
Labels

Comments

@baoshenyi
Copy link

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.

  1. Replace "Actions" drop down with bootstrap button
  2. make data table responsive, I added responsive-sm="true" still not working
  3. Replace date input fields with datapicker.
    I could not find any related documents about changes. Any shared urls or sample code?
    Thanks lots! Shenyi
@hikalkan
Copy link
Member

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.
3: You can use any javascript library you like. We are generally using bootstrap-datepicker which works with ABP templates out of the box. You can see its documentation.

@baoshenyi
Copy link
Author

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.

@hikalkan
Copy link
Member

hikalkan commented Dec 13, 2019

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.

@baoshenyi
Copy link
Author

thank you for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants