feat: add pagination to list settings
This commit is contained in:
@@ -90,7 +90,8 @@ export const RightSidePanel = () => {
|
|||||||
const getListSettingsObject = useCallback(() => {
|
const getListSettingsObject = useCallback(() => {
|
||||||
let settings: {
|
let settings: {
|
||||||
listSelector?: string;
|
listSelector?: string;
|
||||||
fields?: Record<string, { selector: string; tag?: string;[key: string]: any }>
|
fields?: Record<string, { selector: string; tag?: string;[key: string]: any }>;
|
||||||
|
pagination?: { type: string; selector?: string }
|
||||||
} = {};
|
} = {};
|
||||||
|
|
||||||
browserSteps.forEach(step => {
|
browserSteps.forEach(step => {
|
||||||
|
|||||||
Reference in New Issue
Block a user